Package io.odysz.semantic.DA.drvmnger
Class T_ArrayBlockingQueue<S>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
java.util.concurrent.ArrayBlockingQueue<S>
io.odysz.semantic.DA.drvmnger.T_ArrayBlockingQueue<S>
- Type Parameters:
S
-
- All Implemented Interfaces:
Serializable
,Iterable<S>
,Collection<S>
,BlockingQueue<S>
,Queue<S>
An
ArrayBlockingQueue
's test version.- Since:
- 1.4.45
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.concurrent.ArrayBlockingQueue
add, clear, contains, drainTo, drainTo, forEach, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, removeAll, removeIf, retainAll, size, spliterator, toArray, toArray, toString
Methods inherited from class java.util.AbstractQueue
addAll, element, remove
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, stream, toArray
-
Constructor Details
-
T_ArrayBlockingQueue
public T_ArrayBlockingQueue(int capacity)
-
-
Method Details
-
take
- Specified by:
take
in interfaceBlockingQueue<S>
- Overrides:
take
in classArrayBlockingQueue<S>
- Throws:
InterruptedException
-