SimpleJava

4 Collections

4.1 The Interface and Class Hierarchy Diagram of Java Collections

4.1.1 Collection vs Collections

First of all, "Collection" and "Collections" are two different concepts. As you will see from the hierarchy diagram below, "Collection" is a root interface in the Collection hierarchy but "Collections" is a class which provide static methods to manipulate on some Collection types.

collection-1

4.1.2