Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Date: 6 Jul 2022

Java Collections

A collection - sometimes called a container - is simply an object that groups mutiple elements into a single unit.

Java Collection Core Classes and Interfaces

  • Collection
  • List
  • Set
  • SortedSet
  • NavigableSet
  • Map
  • SortedMap
  • NavigableMap
  • Stack
  • Queue
  • Deque
  • Iterator
  • Iterable