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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, equivpublic static StringSeq create(java.lang.CharSequence s)
public Obj withMeta(IPersistentMap meta)
public int index()
index in interface IndexedSeq