public class ArrayIterator extends Object implements Iterator
Iterator
ArrayIterator(Object[] items)
ArrayIterator
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ArrayIterator(Object[] items)
items
public boolean hasNext()
hasNext
public Object next()
next
public void remove()
remove
Copyright © 2015 The DBFlute Project. All rights reserved.