JTools

org.jtools.util
Class Enumerations.EmptyEnumeration<E>

java.lang.Object
  extended by org.jtools.util.Enumerations.EmptyEnumeration<E>
All Implemented Interfaces:
Enumeration<E>
Enclosing class:
Enumerations

public static final class Enumerations.EmptyEnumeration<E>
extends Object
implements Enumeration<E>


Constructor Summary
Enumerations.EmptyEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
           
 E nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Enumerations.EmptyEnumeration

public Enumerations.EmptyEnumeration()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<E>

nextElement

public E nextElement()
              throws NoSuchElementException
Specified by:
nextElement in interface Enumeration<E>
Throws:
NoSuchElementException

JTools

© 2000-2006, JTools.org.