Class ArrayBackedCollection.ArrayBackedCollectionIterator

java.lang.Object
com.espertech.esper.common.internal.collection.ArrayBackedCollection.ArrayBackedCollectionIterator
All Implemented Interfaces:
Iterator<T>
Enclosing class:
ArrayBackedCollection<T>

public class ArrayBackedCollection.ArrayBackedCollectionIterator extends Object implements Iterator<T>
  • Constructor Details

    • ArrayBackedCollectionIterator

      public ArrayBackedCollectionIterator(Object[] items, int lastIndex)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<T>