| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--org.jutil.java.collections.AbstractDispenser
        |
        +--org.jutil.java.collections.AbstractFifo
AbstractFifo provides an implementation for several Dispenser methods, delegating them to the corresponding Fifo methods.
| Specifications inherited from interface Fifo | 
| public invariant elements != null; | 
| Model fields inherited from interface org.jutil.java.collections.Fifo | 
| elements | 
| Field Summary | |
| static java.lang.String | CVS_REVISION | 
| Constructor Summary | |
| AbstractFifo() | |
| Method Summary | |
| protected  void | addImpl(java.lang.Object item)See superclass | 
|  java.lang.Object | getNext()See superclass | 
|  void | removeNext()See superclass | 
| Methods inherited from class org.jutil.java.collections.AbstractDispenser | 
| add, isEmpty | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.jutil.java.collections.Fifo | 
| getFirst, pop, push, size | 
| Methods inherited from interface org.jutil.java.collections.Dispenser | 
| add, isEmpty, nbExplicitOccurrences | 
| Field Detail | 
public static final java.lang.String CVS_REVISION
| Constructor Detail | 
public AbstractFifo()
| Method Detail | 
protected void addImpl(java.lang.Object item)
public void removeNext()
public java.lang.Object getNext()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||