ELEMENTTYPE - The type to be contained in the operation.@Immutable public final class EmptyEnumeration<ELEMENTTYPE> extends Object implements Enumeration<ELEMENTTYPE>
Enumeration implementation that contains no
elements.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static <ELEMENTTYPE> |
getInstance() |
int |
hashCode() |
boolean |
hasMoreElements() |
ELEMENTTYPE |
nextElement() |
String |
toString() |
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<ELEMENTTYPE>public ELEMENTTYPE nextElement()
nextElement in interface Enumeration<ELEMENTTYPE>@Nonnull public static <ELEMENTTYPE> EmptyEnumeration<ELEMENTTYPE> getInstance()
Copyright © 2006–2015 phloc systems. All rights reserved.