|
|||||||||
| Home >> All >> EDU >> oswego >> cs >> dl >> util >> [ concurrent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
EDU.oswego.cs.dl.util.concurrent
Interface BoundedChannel

- All Known Implementing Classes:
- BoundedBuffer, SynchronousChannel
- public interface BoundedChannel
- extends Channel
A channel that is known to have a capacity, signifying
that put operations may block when the
capacity is reached. Various implementations may have
intrinsically hard-wired capacities, capacities that are fixed upon
construction, or dynamically adjustable capacities.
| Method Summary | |
int |
capacity()
Return the maximum number of elements that can be held. |
| Methods inherited from interface EDU.oswego.cs.dl.util.concurrent.Channel |
offer, peek, poll, put, take |
| Method Detail |
capacity
public int capacity()
- Return the maximum number of elements that can be held.
|
|||||||||
| Home >> All >> EDU >> oswego >> cs >> dl >> util >> [ concurrent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC