Package org.apache.catalina.ha.context
Class ReplicatedContext.MultiEnumeration<T>
- java.lang.Object
-
- org.apache.catalina.ha.context.ReplicatedContext.MultiEnumeration<T>
-
- All Implemented Interfaces:
Enumeration<T>
- Enclosing class:
- ReplicatedContext
protected static class ReplicatedContext.MultiEnumeration<T> extends Object implements Enumeration<T>
-
-
Constructor Summary
Constructors Constructor Description MultiEnumeration(Enumeration<T>[] enumerations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMoreElements()
T
nextElement()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Constructor Detail
-
MultiEnumeration
public MultiEnumeration(Enumeration<T>[] enumerations)
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfaceEnumeration<T>
-
nextElement
public T nextElement()
- Specified by:
nextElement
in interfaceEnumeration<T>
-
-