public static class ArraySeq.ArraySeq_boolean extends ASeq implements IndexedSeq, IReduce
Modifier and Type | Field and Description |
---|---|
boolean[] |
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_boolean |
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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
empty, equiv
public int count()
public int index()
index
in interface IndexedSeq
public ArraySeq.ArraySeq_boolean withMeta(IPersistentMap meta)
public Object reduce(IFn f, Object start)
reduce
in interface IReduceInit
public int indexOf(Object o)
public int lastIndexOf(Object o)
lastIndexOf
in interface List
lastIndexOf
in class ASeq
Copyright © 2017. All rights reserved.