|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclojure.lang.Obj
clojure.lang.ASeq
clojure.lang.Cons
public final class Cons
| Constructor Summary | |
|---|---|
Cons(IPersistentMap meta,
Object _first,
ISeq _more)
|
|
Cons(Object first,
ISeq _more)
|
|
| Method Summary | |
|---|---|
int |
count()
|
Object |
first()
|
ISeq |
more()
|
ISeq |
next()
|
Cons |
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, 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 |
|---|
public Cons(Object first,
ISeq _more)
public Cons(IPersistentMap meta,
Object _first,
ISeq _more)
| Method Detail |
|---|
public Object first()
first in interface ISeqpublic ISeq next()
next in interface ISeqpublic ISeq more()
more in interface ISeqmore in class ASeqpublic int count()
count in interface IPersistentCollectioncount in class ASeqpublic Cons withMeta(IPersistentMap meta)
withMeta in interface IObjwithMeta in class Obj
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||