WE PROVIDE ALL

About Collection Structure in Java




About Collections in Java:

Collections is a java class that can store and retrieve the elements where you stored.

Collections is obtained from java.util Package.

In Collections  the Structure how the Collection is framed given Below.

1.   List                                      2. Queue                                     3. Set                      
   
   1.1   Array List                        2.1  Priority Queue                 3.1 Hash Set    
   1.2  Linked List                               2.1.1  Deque                                     3.1.1 Linked HashSet
   1.3   Vector                                       2.1.2 Array Deque                      3.2 Sorted Set  
          1.3.1   Stack                        2.2  BlockingQueue                           3.2.1  NavigableSet      
                                                    2.2.1   Priority Blocking Queue                    3.2.2  TreeSet
                                                  2.2.2 Linked Blocking Queue                       .



                                                   4.  Map
                                     
 4.1  HashMap                       4.2  WeakedHashMap               4.3 SortedMap             4.4 Dictionary
  4.1.1   Linked Hash Map        4.2.1 Identity HashMap            4.3.1 NavigableMap  4.4.1   HashTable
                                                                                                      4.3.2 TreeMap           4.4.2  Properties









0 comments:

Post a Comment