ELEMENTTYPE - The type to be contained in the operation.@Immutable public class EmptyEnumeration<ELEMENTTYPE> extends Object implements Enumeration<ELEMENTTYPE>
Enumeration implementation that contains no
elements.| Constructor and Description |
|---|
EmptyEnumeration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasMoreElements() |
ELEMENTTYPE |
nextElement() |
String |
toString() |
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<ELEMENTTYPE>public ELEMENTTYPE nextElement()
nextElement in interface Enumeration<ELEMENTTYPE>Copyright © 2014–2016 Philip Helger. All rights reserved.