41 java collections hierarchy diagram
java collection hierarchy | Learn What is Java Collection ... The Java Collection hierarchy in java is a framework provides the structural design which is used to store up and control the group of objects. The Java collection hierarchy accomplished with the entire operations performed on data like insertion, deletion, searching, sorting and manipulation. The Java Collection depicts the single unit of objects. It makes available with a number of interfaces like Set, Queue, Deque, List and also it available with the classes like ArrayList, LinkedList, LinkedHashSet, HashSet, PriorityQueue, Vector and TreeSet. Additionally, there are two more fixed interfaces namely the SortedSet and SortedMap for sorting purpose. The entire interfaces and the classes for the collection hierarchy framework where placed in java.util.package. Collection Hierarchy in Java - Scientech Easy The hierarchy of the entire collection framework consists of four core interfaces such as Collection, List, Set, Ma...