ix.util.lisp
Class NullEnumeration

java.lang.Object
  extended by ix.util.lisp.LListEnumeration
      extended by ix.util.lisp.NullEnumeration
All Implemented Interfaces:
java.util.Enumeration

final class NullEnumeration
extends LListEnumeration
implements java.util.Enumeration

Null enumerations.


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

Constructor Detail

NullEnumeration

NullEnumeration()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration