C# Class clojure.lang.PersistentTreeMap.Seq

Inheritance: clojure.lang.ASeq
Show file Open project: arohner/clojure-contrib

Public Methods

Method Description
Seq ( ISeq stack, bool asc ) : System
Seq ( ISeq stack, bool asc, int cnt ) : System
count ( ) : int
first ( ) : object
rest ( ) : ISeq
withMeta ( IPersistentMap meta ) : IObj

Private Methods

Method Description
Seq ( IPersistentMap meta, ISeq stack, bool asc, int cnt ) : System
create ( Node t, bool asc, int cnt ) : Seq
push ( Node t, ISeq stack, bool asc ) : ISeq

Method Details

Seq() public method

public Seq ( ISeq stack, bool asc ) : System
stack ISeq
asc bool
return System

Seq() public method

public Seq ( ISeq stack, bool asc, int cnt ) : System
stack ISeq
asc bool
cnt int
return System

count() public method

public count ( ) : int
return int

first() public method

public first ( ) : object
return object

rest() public method

public rest ( ) : ISeq
return ISeq

withMeta() public method

public withMeta ( IPersistentMap meta ) : IObj
meta IPersistentMap
return IObj