JThreadKitTM
v1.1.0
(public members only)

Package com.jthreadkit.fifo

Classes for First-In-First-Out (FIFO) queues of objects, bytes, integers, etc.

See:
          Description

Interface Summary
BasicFIFO This high-level interface is a common ancestor of all the FIFO implementations.
ObjectFIFO Used to store object references in a First-In-First-Out queue that is thread-safe and supports inter-thread signaling.
 

Class Summary
AbstractFIFO Partial implementation of the BasicFIFO interface.
AbstractObjectFIFO Partial implementation of ObjectFIFO.
ArrayObjectFIFO ArrayObjectFIFO is an implementation of the ObjectFIFO interface that stores the items in a single Object[] internally.
MultiArrayObjectFIFO MultiArrayObjectFIFO is an implementation of the ObjectFIFO interface that stores the items in a multiple Object[] internally.
 

Package com.jthreadkit.fifo Description

Classes for First-In-First-Out (FIFO) queues of objects, bytes, integers, etc.


JThreadKitTM
v1.1.0
(public members only)

© Copyright 2000-2001 Programix Incorporated. All rights reserved. JThreadKit home