Class ArrayIterator<T>

java.lang.Object
org.apache.tinkerpop.gremlin.util.iterator.ArrayIterator<T>
All Implemented Interfaces:
Serializable, Iterator<T>

public final class ArrayIterator<T> extends Object implements Iterator<T>, Serializable
Author:
Marko A. Rodriguez (http://markorodriguez.com)
See Also:
  • Constructor Details

    • ArrayIterator

      public ArrayIterator(T[] array)
  • Method Details