public static class APersistentVector.RSeq extends ASeq implements IndexedSeq, Counted
| Constructor and Description |
|---|
RSeq(IPersistentVector vector,
int i) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
java.lang.Object |
first() |
int |
index() |
ISeq |
next() |
APersistentVector.RSeq |
withMeta(IPersistentMap meta) |
add, add, addAll, addAll, clear, cons, contains, containsAll, empty, equals, equiv, get, hashCode, hasheq, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, subList, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, equivpublic RSeq(IPersistentVector vector, int i)
public int index()
index in interface IndexedSeqpublic int count()
public APersistentVector.RSeq withMeta(IPersistentMap meta)