public class StringSeq extends ASeq implements IndexedSeq
| Constructor and Description | 
|---|
| StringSeq(IPersistentMap meta,
         java.lang.CharSequence s,
         int i) | 
| 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, equivStringSeq(IPersistentMap meta, java.lang.CharSequence s, int i)
public static StringSeq create(java.lang.CharSequence s)
public Obj withMeta(IPersistentMap meta)
public int index()
index in interface IndexedSeq