public class EnumIterator extends Object implements Iterator
EnumIterator(Enumeration e)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnumIterator(Enumeration e)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
Copyright © 2014 eXo Platform SAS. All Rights Reserved.