Class ConcurrentCircularUnpaddedArrayQueueL0Pad<E>

  • All Implemented Interfaces:
    java.lang.Iterable<E>, java.util.Collection<E>, java.util.Queue<E>
    Direct Known Subclasses:
    ConcurrentCircularUnpaddedArrayQueue

    abstract class ConcurrentCircularUnpaddedArrayQueueL0Pad<E>
    extends java.util.AbstractQueue<E>
    NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module. The original source file is ConcurrentCircularArrayQueue.java.
    • Method Summary

      • Methods inherited from class java.util.AbstractQueue

        add, addAll, clear, element, remove
      • Methods inherited from class java.util.AbstractCollection

        contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Queue

        offer, peek, poll
    • Constructor Detail

      • ConcurrentCircularUnpaddedArrayQueueL0Pad

        ConcurrentCircularUnpaddedArrayQueueL0Pad()