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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ArrayIterator(T[] array) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()StringtoString()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.util.Iterator
forEachRemaining, remove 
 - 
 
 -