ix.util.lisp
Class ConsEnumeration

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

 class ConsEnumeration
extends LListEnumeration

Cons enumerations.


Field Summary
protected  LList tail
           
 
Constructor Summary
ConsEnumeration(Cons c)
           
 
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
 

Field Detail

tail

protected LList tail
Constructor Detail

ConsEnumeration

ConsEnumeration(Cons c)
Method Detail

hasMoreElements

public boolean hasMoreElements()

nextElement

public java.lang.Object nextElement()