public class StringSeq extends ASeq implements IndexedSeq
Modifier and Type | Method and Description |
---|---|
int |
count() |
static StringSeq |
create(java.lang.CharSequence s) |
java.lang.Object |
first() |
int |
index() |
ISeq |
next() |
Obj |
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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
empty, equiv
public static StringSeq create(java.lang.CharSequence s)
public Obj withMeta(IPersistentMap meta)
public int index()
index
in interface IndexedSeq