Class | Map | Set | List | Ordered | Sorted |
HashMap | x | | | No | No |
HashTable | x | | | No | No |
TreeMap | x | | | Sorted | By natural order or custom comparison rules |
LinkedHashMap | x | | | By insertion order or last access order | No |
HashSet | | x | | No | No |
TreeSet | | x | | Sorted | By natural order or custom comparison rules |
LinkedHashSet | | x | | By insertion order | No |
ArrayList | | | x | By index | No |
Vector | | | x | By index | No |
LinkedList | | | x | By index | No |
PriorityQueue | | | | Sorted | By to-do order |
This blog will be used to share my interesting experiences in IT, covering Java, Design concepts, Project Management, Recommended Practices etc and other events or materials that have captivated my attention ....
September 9, 2008
Java Collections Quick Lookup
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment