Interface TBlockingQueue<E>
- All Superinterfaces:
TCollection<E>,TIterable<E>,TQueue<E>
- All Known Implementing Classes:
TArrayBlockingQueue
-
Method Details
-
put
- Throws:
InterruptedException
-
offer
- Throws:
InterruptedException
-
take
- Throws:
InterruptedException
-
poll
- Throws:
InterruptedException
-
remainingCapacity
int remainingCapacity() -
drainTo
-
drainTo
-