ORG.oclc.xml.util
Class EnumWrapper
java.lang.Object
|
+--ORG.oclc.xml.util.EnumWrapper
- public class EnumWrapper
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
emptyEnumeration
public static EnumWrapper emptyEnumeration
EnumWrapper
public EnumWrapper(Object o)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
- hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
- nextElement in interface Enumeration