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