The Collection Interfaces in java

The Collections Framework defines several interfaces Table of Collection Interfaces Interface Description Collection Enables you to work with groups of objects; it is at the top of the collections   hierarchy.     Deque Extends Queue to handle a double-ended queue. (Added by Java SE 6.) List Extends Collection to handle sequences (lists of objects). … Read more