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>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer size
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getSize()
      Integer count(E e)
      Boolean add(E element)
      Boolean offer(E e)
      Iterator<E> iterator()
      E peek()
      E poll()
      • 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