ix.util.lisp
Class LListEnumeration

java.lang.Object
  extended by ix.util.lisp.LListEnumeration
All Implemented Interfaces:
java.util.Enumeration
Direct Known Subclasses:
ConsEnumeration, NullEnumeration

abstract class LListEnumeration
extends java.lang.Object
implements java.util.Enumeration

List enumerations.


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

Constructor Detail

LListEnumeration

LListEnumeration()