Java Collections Framework & Map

Learn how to used the Java Collections framework and the Map interface.
Tutorial covers version JDK 1.7.

Environment Tested

Resources

Abbreviations

The Big Picture


Reference Type Info


Code Examples

Collection Interface

Iterator<E> Interface

ListIterator<E> Interface

Common Uses

List (interface: java.util.List )

Set: (interface: java.util.Set)

Queue: (interface: java.util.Queue)

Maps: (interface: java.util.Map)

Future Items