clojure.lang
Class SeqEnumeration

java.lang.Object
  extended by clojure.lang.SeqEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class SeqEnumeration
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
SeqEnumeration(ISeq seq)
           
 
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

SeqEnumeration

public SeqEnumeration(ISeq seq)
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


Copyright © 2011. All Rights Reserved.