|
JThreadKitTM v1.1.0 ( public members only)
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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. |
Classes for First-In-First-Out (FIFO) queues of objects, bytes, integers, etc.
|
JThreadKitTM v1.1.0 ( public members only)
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||