What is the Collection interface? A collection represents a group of objects, known as its elements. It is an interface and is a member of the Java Collections Framework.
Examples of Collection are:
- Set - List - Map - SortedSet - SortedMap - HashSet - TreeSet - ArrayList - LinkedList - Vector - Collections - Arrays - AbstractCollection
|