protected static class AbstractChainWrapper.ArrayIterator<T> extends Object implements Iterator<T>
private T[]
array
private int
index
ArrayIterator(T[] array)
boolean
hasNext()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
private final T[] array
private int index
public ArrayIterator(T[] array)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
Copyright © 2024. All rights reserved.