|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISeq
A persistent, functional, sequence interface
ISeqs are immutable values, i.e. neither first(), nor rest() changes or invalidates the ISeq
| Method Summary | |
|---|---|
ISeq |
cons(Object o)
|
Object |
first()
|
ISeq |
more()
|
ISeq |
next()
|
| Methods inherited from interface clojure.lang.IPersistentCollection |
|---|
count, empty, equiv |
| Methods inherited from interface clojure.lang.Seqable |
|---|
seq |
| Method Detail |
|---|
Object first()
ISeq next()
ISeq more()
ISeq cons(Object o)
cons in interface IPersistentCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||