public final class EmptyEnumeration<T> extends Object implements Enumeration<T>
| Constructor and Description |
|---|
EmptyEnumeration() |
| Modifier and Type | Method and Description |
|---|---|
static <T> EmptyEnumeration<T> |
emptyEnumeration() |
boolean |
hasMoreElements() |
T |
nextElement() |
public static <T> EmptyEnumeration<T> emptyEnumeration()
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2013-2015 Holisticon AG. All Rights Reserved.