Open SiteSearch 4.1.1
Final

ORG.oclc.xml.util
Class EnumWrapper

java.lang.Object
  |
  +--ORG.oclc.xml.util.EnumWrapper

public class EnumWrapper
extends Object
implements Enumeration


Field Summary
static EnumWrapper emptyEnumeration
           
 
Constructor Summary
EnumWrapper(Object o)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emptyEnumeration

public static EnumWrapper emptyEnumeration
Constructor Detail

EnumWrapper

public EnumWrapper(Object o)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration

Open SiteSearch 4.1.1
Final