public class EmptyEnumeration<T> extends Object implements Enumeration<T>
| Modifier and Type | Field and Description |
|---|---|
static Enumeration |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
static <T> Enumeration<T> |
instance() |
T |
nextElement() |
public static final Enumeration INSTANCE
public static <T> Enumeration<T> instance()
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2016 jetbrick. All rights reserved.