public final class EnumerationWrapper extends Object implements Enumeration
Constructor and Description |
---|
EnumerationWrapper(Iterator it) |
EnumerationWrapper(Map map) |
EnumerationWrapper(Object[] objs)
Constructor of the class
|
EnumerationWrapper(Set set) |
public EnumerationWrapper(Map map)
map
- Constructor with a Mappublic EnumerationWrapper(Set set)
set
- Constructor with a Setpublic EnumerationWrapper(Object[] objs)
objs
- public EnumerationWrapper(Iterator it)
it
- Constructor with a iteratorpublic boolean hasMoreElements()
hasMoreElements
in interface Enumeration
Enumeration.hasMoreElements()
public Object nextElement()
nextElement
in interface Enumeration
Enumeration.nextElement()
Copyright © 2015 Lucee