Package javautils.dispensers

Dispenser framework and library.

See:
          Description

Interface Summary
Dispenser A dispenser, see [Meyer1997], is a Strategy, see [Gamma1995], that decides the order in which elements governed by the dispenser will be processed.
 

Class Summary
AbstractDispenser Implements all the Dispenser-interface methods except size(), push(Object) and pop().
DispenserWithoutDuplicatesDecorator A Decorator [Gamma1995] that filters out duplicates.
Queue FIFO queue.
Stack LIFO stack.
 

Package javautils.dispensers Description

Dispenser framework and library.