org.apache.commons.jexl.util
public class EnumerationIterator extends java.lang.Object implements java.util.Iterator
Constructor and Description |
---|
EnumerationIterator(java.util.Enumeration enumer)
Creates a new iteratorwrapper instance for the specified
Enumeration.
|
public EnumerationIterator(java.util.Enumeration enumer)
enumer
- The Enumeration to wrap.public java.lang.Object next()
next
in interface java.util.Iterator
public boolean hasNext()
hasNext
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.