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
Constructors -
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, toStringMethods inherited from class java.util.AbstractQueue
addAll, element, removeMethods inherited from class java.util.AbstractCollection
containsAll, isEmptyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
takein interfaceBlockingQueue<S>- Overrides:
takein classArrayBlockingQueue<S>- Throws:
InterruptedException
-