public class FlattenEnumeration<T> extends Object implements Enumeration<T>
Constructor and Description |
---|
FlattenEnumeration(Enumeration<Enumeration<T>> sources) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
public FlattenEnumeration(Enumeration<Enumeration<T>> sources)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<T>
public T nextElement()
nextElement
in interface Enumeration<T>
Copyright © 2009–2023 Oracle Corporation. All rights reserved.