ERQueue< T > Class Reference

Inherits java::util::Vector<T>.

Collaboration diagram for ERQueue< T >:

Collaboration graph
[legend]

List of all members.

Classes

class  SizeOverflowException

Public Member Functions

boolean empty ()
 ERQueue (int maxSize)
 ERQueue ()
int maxSize ()
synchronized T peek ()
synchronized T pop ()
push (T item) throws SizeOverflowException
synchronized int search (Object o)
void setMaxSize (int size)

Protected Attributes

int _maxSize = 0


Constructor & Destructor Documentation

ERQueue (  ) 

ERQueue ( int  maxSize  ) 


Member Function Documentation

boolean empty (  ) 

int maxSize (  ) 

synchronized T peek (  ) 

synchronized T pop (  ) 

T push ( item  )  throws SizeOverflowException

synchronized int search ( Object  o  ) 

void setMaxSize ( int  size  ) 


Member Data Documentation

int _maxSize = 0 [protected]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:22 2012 for Project Wonder by  doxygen 1.5.8