io.tracee
Class EmptyEnumeration<T>
java.lang.Object
io.tracee.EmptyEnumeration<T>
- All Implemented Interfaces:
- Enumeration<T>
public final class EmptyEnumeration<T>
- extends Object
- implements Enumeration<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyEnumeration
public EmptyEnumeration()
emptyEnumeration
public static <T> EmptyEnumeration<T> emptyEnumeration()
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration<T>
nextElement
public T nextElement()
- Specified by:
nextElement in interface Enumeration<T>
Copyright © 2013-2015 Holisticon AG. All Rights Reserved.