public class ArrayValueIterator extends Object implements Iterator<Object>
protected int
index
ArrayValueIterator(Object target)
boolean
hasNext()
Object
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
protected int index
public ArrayValueIterator(Object target)
public boolean hasNext()
hasNext
Iterator<Object>
public Object next()
next
Copyright © 2020–2021. All rights reserved.