Package com.croftsoft.core.util.queue

Queue data structure (created prior to java.util.Queue).

See:
          Description

Interface Summary
Queue An interface for queues.
QueueRemote  
 

Class Summary
ListQueue An implementation of Queue that relies upon a List backbone.
QueuePuller Pulls objects out of the queue in a separate thread.
QueueTest Black box testing of Queue implementations.
VectorQueue An implementation of Queue that relies upon a Vector backbone.
 

Package com.croftsoft.core.util.queue Description

Queue data structure (created prior to java.util.Queue).


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)