clojure.lang
Class SeqEnumeration

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

public class SeqEnumeration
extends Object
implements Enumeration


Constructor Summary
SeqEnumeration(ISeq seq)
           
 
Method Summary
 boolean hasMoreElements()
           
 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 Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration


Copyright © 2015. All Rights Reserved.