public class StringSeq extends ASeq implements IndexedSeq
| Modifier and Type | Method and Description |
|---|---|
static StringSeq |
create(java.lang.String s) |
java.lang.Object |
first() |
int |
index() |
ISeq |
next() |
Obj |
withMeta(IPersistentMap meta) |
add, add, addAll, addAll, clear, cons, contains, containsAll, count, empty, equals, equiv, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, stream, subList, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcount, empty, equivpublic static StringSeq create(java.lang.String s)
public Obj withMeta(IPersistentMap meta)
public int index()
index in interface IndexedSeq