protected static class ReplicatedContext.MultiEnumeration<T> extends Object implements Enumeration<T>
Constructor and Description |
---|
MultiEnumeration(Enumeration<T>[] lists) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
public MultiEnumeration(Enumeration<T>[] lists)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<T>
public T nextElement()
nextElement
in interface Enumeration<T>
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.