Class ConcurrentNonReentrantQueue
-
- All Implemented Interfaces:
-
java.util.Queue,kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable
public class ConcurrentNonReentrantQueue<E extends Object> extends AbstractQueue<E>
-
-
Constructor Summary
Constructors Constructor Description ConcurrentNonReentrantQueue()
-
Method Summary
Modifier and Type Method Description IntegergetSize()Integercount(E e)Booleanadd(E element)Booleanoffer(E e)Iterator<E>iterator()Epeek()Epoll()-
Methods inherited from class java.util.AbstractQueue
addAll, clear, element, remove -
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString -
Methods inherited from class kotlin.collections.Iterable
forEach -
Methods inherited from class kotlin.collections.Collection
parallelStream, spliterator, stream, toArray -
Methods inherited from class kotlin.collections.MutableCollection
removeIf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-