|
||||||||||
| 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.APersistentVector.RSeq
public static class APersistentVector.RSeq
| Constructor Summary | |
|---|---|
APersistentVector.RSeq(IPersistentVector vector,
int i)
|
|
| Method Summary | |
|---|---|
int |
count()
|
Object |
first()
|
int |
index()
|
ISeq |
next()
|
APersistentVector.RSeq |
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, more, 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 |
| Methods inherited from interface clojure.lang.ISeq |
|---|
cons, more |
| Methods inherited from interface clojure.lang.IPersistentCollection |
|---|
empty, equiv |
| Methods inherited from interface clojure.lang.Seqable |
|---|
seq |
| Constructor Detail |
|---|
public APersistentVector.RSeq(IPersistentVector vector,
int i)
| Method Detail |
|---|
public Object first()
first in interface ISeqpublic ISeq next()
next in interface ISeqpublic int index()
index in interface IndexedSeqpublic int count()
count in interface Countedcount in interface IPersistentCollectioncount in class ASeqpublic APersistentVector.RSeq 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 | |||||||||