Most of the files in this directory are snippets of source code from the Java SDK, version 1.5: interface Collection interface List extends Collection interface Set extends Collection abstract class AbstractCollection implements Collection interface Iterator interface ListIterator extends Iterator interface Map *********************************************************** The other 3 files are demo programs from chapter 4 of the Collins text: class RandomList class RandomSet class StudentMap