Package <Unnamed>

Interface Summary
SimpleList<AnyType> An interface for simple lists that includes an Iterator.
SimpleQueue<AnyType> An interface for queues that includes an Iterator.
 

Class Summary
Caterpillar Caterpillars, for use in the Munch Game
MunchGame The user interface and main program for the munch game.
MyList<AnyType> A generic linked list class that you will write so that it implements the SimpleList and SimpleQueue interfaces.
Pellets Pellets, to be eaten by Caterpillars in the Munch Game.