public class ArrayIterator<T> extends Object implements Iterator<T>, Iterable<T>
ArrayIterator(T[] a)
boolean
hasNext()
Iterator<T>
iterator()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayIterator(T[] a)
public boolean hasNext()
hasNext
public T next()
next
public void remove()
remove
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2014-2015 FasterXML. All Rights Reserved.