
| Source File | Description |
| DictionaryUser.java | An example showing the use of a java.util.HashMap; an implementation of Map (a.k.a Dictionary) and a member of the new Collections framework. |
| ListUser.java | An example showing the use of a java.util.ArrayList; an implementation of List and a member of the new Collections framework. |