public final class Cons extends ASeq implements Serializable
| Constructor and Description |
|---|
Cons(IPersistentMap meta,
Object _first,
ISeq _more) |
Cons(Object first,
ISeq _more) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
Object |
first() |
ISeq |
more() |
ISeq |
next() |
Cons |
withMeta(IPersistentMap meta) |
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic Cons(IPersistentMap meta, Object _first, ISeq _more)
public int count()
count in interface IPersistentCollectioncount in class ASeqCopyright © 2018. All rights reserved.