public class StringSeq extends ASeq implements IndexedSeq, IDrop, IReduceInit
| Modifier and Type | Field and Description |
|---|---|
int |
i |
CharSequence |
s |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
static StringSeq |
create(CharSequence s) |
Sequential |
drop(int n)
Returns a collection that is Sequential, ISeq, and IReduceInit.
|
Object |
first() |
int |
index() |
ISeq |
next() |
Object |
reduce(IFn f,
Object start) |
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, equivreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic final CharSequence s
public final int i
public static StringSeq create(CharSequence s)
public Obj withMeta(IPersistentMap meta)
public int index()
index in interface IndexedSeqpublic int count()
public Sequential drop(int n)
IDroppublic Object reduce(IFn f, Object start)
reduce in interface IReduceInitCopyright © 2026. All rights reserved.