public class EnumerationAdapter<T> extends Object implements Enumeration<T>
Enumeration containing all the items in a Collection| Constructor and Description |
|---|
EnumerationAdapter(Collection<T> items) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
String |
toString() |
public EnumerationAdapter(Collection<T> items)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2021 MuleSoft, Inc.. All rights reserved.