hansonkib / java-collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-collection

Build Status

collection in java refers to any group of individual objects which are represented as a single unit. Java collection provides many interfaces and classes. Interfaces in java includes:

  1. Set
  2. List
  3. Queue
  4. Deque classes in collection includes the following
    1. ArrayList
    2. Vector
    3. LinkedList
    4. PriorityQueue
    5. HashSet
    6. LinkedHashSet
    7. TreeSet

About


Languages

Language:Java 100.0%