clojure.lang
Class EnumerationSeq

java.lang.Object
  extended by clojure.lang.Obj
      extended by clojure.lang.ASeq
          extended by clojure.lang.EnumerationSeq
All Implemented Interfaces:
IHashEq, IMeta, IObj, IPersistentCollection, ISeq, Seqable, Sequential, Serializable, Iterable, Collection, List

public class EnumerationSeq
extends ASeq

See Also:
Serialized Form

Method Summary
static EnumerationSeq create(Enumeration iter)
           
 Object first()
           
 ISeq next()
           
 EnumerationSeq withMeta(IPersistentMap meta)
           
 
Methods inherited from class clojure.lang.ASeq
add, add, addAll, addAll, clear, cons, contains, containsAll, count, empty, equals, equiv, get, hashCode, hasheq, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, subList, toArray, toArray, toString
 
Methods inherited from class clojure.lang.Obj
meta
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static EnumerationSeq create(Enumeration iter)

first

public Object first()

next

public ISeq next()

withMeta

public EnumerationSeq withMeta(IPersistentMap meta)
Specified by:
withMeta in interface IObj
Specified by:
withMeta in class Obj


Copyright © 2014. All Rights Reserved.