public class ArraySeq extends ASeq implements IndexedSeq, IReduce
| Modifier and Type | Class and Description |
|---|---|
static class |
ArraySeq.ArraySeq_boolean |
static class |
ArraySeq.ArraySeq_byte |
static class |
ArraySeq.ArraySeq_char |
static class |
ArraySeq.ArraySeq_double |
static class |
ArraySeq.ArraySeq_float |
static class |
ArraySeq.ArraySeq_int |
static class |
ArraySeq.ArraySeq_long |
static class |
ArraySeq.ArraySeq_short |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
static ArraySeq |
create() |
static ArraySeq |
create(Object... array) |
Object |
first() |
int |
index() |
int |
indexOf(Object o) |
int |
lastIndexOf(Object o) |
ISeq |
next() |
Object |
reduce(IFn f) |
Object |
reduce(IFn f,
Object start) |
Object[] |
toArray() |
ArraySeq |
withMeta(IPersistentMap meta) |
add, add, addAll, addAll, clear, cons, contains, containsAll, empty, equals, equiv, get, hashCode, hasheq, isEmpty, iterator, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, subList, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, equivreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic final Object[] array
public static ArraySeq create()
public int count()
public int index()
index in interface IndexedSeqpublic ArraySeq withMeta(IPersistentMap meta)
public Object reduce(IFn f, Object start)
reduce in interface IReduceInitpublic int indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf in interface ListlastIndexOf in class ASeqCopyright © 2024. All rights reserved.