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 Details
-
MultiEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<T>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<T>
-