Package com.seag.util

Interface Summary
BoundedChannel A channel that is known to have a capacity, signifying that put operations may block when the capacity is reached.
Channel Main interface for buffers, queues, pipes, conduits, etc.
Puttable This interface exists to enable stricter type checking for channels.
Takable This interface exists to enable stricter type checking for channels.
 

Class Summary
BoundedBuffer Efficient array-based bounded buffer class.