UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Class
edu.berkeley.guir.lib.collection.FullException

Packages that use FullException
edu.berkeley.guir.lib.collection Various collections that aren't provided by Java 1.2. 
 

Uses of FullException in edu.berkeley.guir.lib.collection
 

Methods in edu.berkeley.guir.lib.collection that throw FullException
 void QueueFixedSize.enqueue(Object obj)
           
 void QueueDynamicSize.enqueue(Object obj)
           
 void Queue.enqueue(Object obj)
          Add an element to the end of the queue.
 


Copyright Information