|
||||||||||
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.StringSeq
public class StringSeq
Field Summary | |
---|---|
int |
i
|
java.lang.CharSequence |
s
|
Method Summary | |
---|---|
int |
count()
|
static StringSeq |
create(java.lang.CharSequence s)
|
java.lang.Object |
first()
|
int |
index()
|
ISeq |
next()
|
Obj |
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 |
Field Detail |
---|
public final java.lang.CharSequence s
public final int i
Method Detail |
---|
public static StringSeq create(java.lang.CharSequence s)
public Obj withMeta(IPersistentMap meta)
withMeta
in interface IObj
withMeta
in class Obj
public java.lang.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |