E - public class CompoundEnumeration<E> extends Object implements Enumeration<E>
| Constructor and Description |
|---|
CompoundEnumeration(Enumeration<E>[] enums) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements()
Checks if the enumeration has more elements.
|
E |
nextElement()
Returns the next element in the
CompoundEnumeration |
public CompoundEnumeration(Enumeration<E>[] enums)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<E>public E nextElement()
CompoundEnumerationnextElement in interface Enumeration<E>Copyright © 2025 MuleSoft, Inc.. All rights reserved.