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 SummaryConstructors Constructor Description ArrayIterator(T[] array)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()StringtoString()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, remove
 
- 
 
-