public class ImmutableIteratorBase<T> extends Object
protected T[]
array
protected int
index
length
ImmutableIteratorBase(T[] array, int length, int index)
T
checkNext()
boolean
hasNext()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final T[] array
protected final int length
protected int index
public ImmutableIteratorBase(T[] array, int length, int index)
public boolean hasNext()
public T checkNext()
Copyright © 2021. All rights reserved.