Class IntArrayQueue.IntIterator

java.lang.Object
org.agrona.collections.IntArrayQueue.IntIterator
All Implemented Interfaces:
Iterator<Integer>
Enclosing class:
IntArrayQueue

public final class IntArrayQueue.IntIterator extends Object implements Iterator<Integer>
Specialised Iterator from which the value can be retrieved without boxing via nextValue().
  • Field Details

    • index

      private int index
  • Constructor Details

    • IntIterator

      public IntIterator()
  • Method Details