public interface WBooleanCollection extends WCollection<org.apache.hadoop.io.BooleanWritable>, it.unimi.dsi.fastutil.booleans.BooleanCollection
| Modifier and Type | Method and Description |
|---|---|
void |
forEachBoolean(BooleanConsumer f)
Traverse all elements of the array list, calling given function on each
element, or until predicate returns false.
|
boolean |
forEachWhileBoolean(BooleanPredicate f)
Traverse all elements of the array list, calling given function on each
element.
|
addW, capacity, clear, fastForEachW, fastForEachWhileW, fastIteratorW, fastIteratorW, getElementTypeOps, readElements, setCapacity, size, writeElementsadd, addAll, booleanIterator, contains, containsAll, iterator, rem, removeAll, retainAll, toArray, toArray, toBooleanArray, toBooleanArrayadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArrayvoid forEachBoolean(BooleanConsumer f)
f - Function to call on each element.boolean forEachWhileBoolean(BooleanPredicate f)
f - Function to call on each element.Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.