public final class Cons extends ASeq
| Constructor and Description |
|---|
Cons(IPersistentMap meta,
java.lang.Object _first,
ISeq _more) |
Cons(java.lang.Object first,
ISeq _more) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
java.lang.Object |
first() |
ISeq |
more() |
ISeq |
next() |
Cons |
withMeta(IPersistentMap meta) |
add, add, addAll, addAll, clear, cons, contains, containsAll, empty, equals, equiv, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, seq, set, size, stream, subList, toArray, toArray, toStringpublic Cons(java.lang.Object first,
ISeq _more)
public Cons(IPersistentMap meta, java.lang.Object _first, ISeq _more)
public java.lang.Object first()
public ISeq next()
public int count()
count in interface IPersistentCollectioncount in class ASeq