The following table summarizes the principal classes in Java collections framework for quick reference:

Main collection classes

D

O

S

TS

ArrayList

Yes

Yes

No

No

LinkedList

Yes

Yes

No

No

Vector

Yes

Yes

No

Yes

HashSet

No

No

No

No

LinkedHashSet

No

Yes

No

No

TreeSet

No

Yes

Yes

No

HashMap

No

No

No

No

LinkedHashMap

No

Yes

No

No

Hashtable

No

No

No

Yes

TreeMap

No

Yes

Yes

No

 

From this table we can conclude the following characteristics of the main collections in Java Collection Frameworks:

 

Java Collections Tutorials:


About the Author:

is certified Java programmer (SCJP and SCWCD). He started programming with Java in the time of Java 1.4 and has been falling in love with Java since then. Make friend with him on Facebook and watch his Java videos you YouTube.



Attachments:
Download this file (java_collections_framework_summary.pdf)java_collections_framework_summary.pdf[Summary of the java collections framework]132 kB