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() |
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<ELEMENTTYPE>public ELEMENTTYPE nextElement()
nextElement in interface Enumeration<ELEMENTTYPE>Copyright © 2014–2015 Philip Helger. All rights reserved.