C F H M P

C

CollectionManager - class CollectionManager.
This class is a very simple demo of using the Collection classes.
CollectionManager() - Constructor for class CollectionManager
 

F

fillCollection(Collection) - Method in class CollectionManager
Add several strings to a Collection.

H

Hobbyist - class Hobbyist.
This class is a very simple demo of some of the Collection classes.
Hobbyist() - Constructor for class Hobbyist
 

M

main(String[]) - Static method in class Hobbyist
Run through different types of collections and show how they can all be processed using the same code if it is carefully designed.

P

printCollection(Collection) - Method in class CollectionManager
Print the contents of the Collection.

C F H M P