io.tracee
Class EmptyEnumeration<T>

java.lang.Object
  extended by io.tracee.EmptyEnumeration<T>
All Implemented Interfaces:
Enumeration<T>

public final class EmptyEnumeration<T>
extends Object
implements Enumeration<T>


Constructor Summary
EmptyEnumeration()
           
 
Method Summary
static
<T> EmptyEnumeration<T>
emptyEnumeration()
           
 boolean hasMoreElements()
           
 T nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyEnumeration

public EmptyEnumeration()
Method Detail

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.