clojure.lang
Class PersistentTreeMap.Seq

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

public static class PersistentTreeMap.Seq
extends ASeq

See Also:
Serialized Form

Constructor Summary
PersistentTreeMap.Seq(ISeq stack, boolean asc)
           
PersistentTreeMap.Seq(ISeq stack, boolean asc, int cnt)
           
 
Method Summary
 int count()
           
 Object first()
           
 ISeq next()
           
 Obj withMeta(IPersistentMap meta)
           
 
Methods inherited from class clojure.lang.ASeq
add, add, addAll, addAll, clear, cons, contains, containsAll, 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
 

Constructor Detail

PersistentTreeMap.Seq

public PersistentTreeMap.Seq(ISeq stack,
                             boolean asc)

PersistentTreeMap.Seq

public PersistentTreeMap.Seq(ISeq stack,
                             boolean asc,
                             int cnt)
Method Detail

first

public Object first()

next

public ISeq next()

count

public int count()
Specified by:
count in interface IPersistentCollection
Overrides:
count in class ASeq

withMeta

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


Copyright © 2015. All Rights Reserved.