public static class ArraySeq.ArraySeq_long extends ASeq implements IndexedSeq, IReduce
| Modifier and Type | Field and Description |
|---|---|
long[] |
array |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
Object |
first() |
int |
index() |
int |
indexOf(Object o) |
int |
lastIndexOf(Object o) |
ISeq |
next() |
Object |
reduce(IFn f) |
Object |
reduce(IFn f,
Object start) |
ArraySeq.ArraySeq_long |
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, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, equivreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic int count()
public int index()
index in interface IndexedSeqpublic ArraySeq.ArraySeq_long 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 © 2018. All rights reserved.