|
||||||||||
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 ISeq
public ISeq next()
next
in interface ISeq
public int index()
index
in interface IndexedSeq
public int count()
count
in interface Counted
count
in interface IPersistentCollection
count
in class ASeq
public APersistentVector.RSeq withMeta(IPersistentMap meta)
withMeta
in interface IObj
withMeta
in class Obj
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |