Containers

Collection types use generics:

  • List<T>
  • Map<K, V>
  • Set<T>