T - the generic typepublic class SetEnumeration<T> extends Object implements Enumeration<T>
| Constructor and Description |
|---|
SetEnumeration(Set<T> set,
Enumeration<T> enumeration)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
public SetEnumeration(Set<T> set, Enumeration<T> enumeration)
set - the setenumeration - the enumerationpublic boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.