clojure.lang
Class SeqEnumeration
java.lang.Object
clojure.lang.SeqEnumeration
- All Implemented Interfaces:
- Enumeration
public class SeqEnumeration
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeqEnumeration
public SeqEnumeration(ISeq seq)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 2014. All Rights Reserved.