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