com.ibm.security12.sun.misc
Class CompoundEnumeration
java.lang.Object
|
+--com.ibm.security12.sun.misc.CompoundEnumeration
- public class CompoundEnumeration
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CompoundEnumeration
public CompoundEnumeration(Enumeration[] enums)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
- hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
- nextElement in interface Enumeration