Collection Class Method Prototypes

Constructors

Collection( )

Collection( int initSize )

Other public methods

boolean addItem( Object obj )

Object nextItem( ) throws NoNextItemException

boolean hasMoreItems( )

void start( )

String toString( )