public static class ArraySeq.ArraySeq_float extends ASeq implements IndexedSeq, IReduce
| Constructor and Description |
|---|
ArraySeq.ArraySeq_float(IPersistentMap meta,
float[] array,
int i) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
java.lang.Object |
first() |
int |
index() |
int |
indexOf(java.lang.Object o) |
int |
lastIndexOf(java.lang.Object o) |
ISeq |
next() |
java.lang.Object |
reduce(IFn f) |
java.lang.Object |
reduce(IFn f,
java.lang.Object start) |
ArraySeq.ArraySeq_float |
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, equivArraySeq.ArraySeq_float(IPersistentMap meta, float[] array, int i)
public int count()
public int index()
index in interface IndexedSeqpublic ArraySeq.ArraySeq_float withMeta(IPersistentMap meta)
public java.lang.Object reduce(IFn f, java.lang.Object start)
public int indexOf(java.lang.Object o)
public int lastIndexOf(java.lang.Object o)
lastIndexOf in interface java.util.ListlastIndexOf in class ASeq