org.jtools.util
Class Enumerations.CompoundEnumeration<E>
java.lang.Object
org.jtools.util.Enumerations.CompoundEnumeration<E>
- All Implemented Interfaces:
- Enumeration<E>
- Enclosing class:
- Enumerations
public static final class Enumerations.CompoundEnumeration<E>
- extends Object
- implements Enumeration<E>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Enumerations.CompoundEnumeration
public Enumerations.CompoundEnumeration(Enumeration<E>... e)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<E>
nextElement
public E nextElement()
throws NoSuchElementException
- Specified by:
nextElement
in interface Enumeration<E>
- Throws:
NoSuchElementException
© 2000-2006, JTools.org.