public interface WFloatCollection extends WCollection<org.apache.hadoop.io.FloatWritable>, it.unimi.dsi.fastutil.floats.FloatCollection
| Modifier and Type | Method and Description |
|---|---|
void |
forEachFloat(FloatConsumer f)
Traverse all elements of the array list, calling given function on each
element, or until predicate returns false.
|
boolean |
forEachWhileFloat(FloatPredicate 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, contains, containsAll, floatIterator, iterator, rem, removeAll, retainAll, toArray, toArray, toFloatArray, toFloatArrayadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArrayvoid forEachFloat(FloatConsumer f)
f - Function to call on each element.boolean forEachWhileFloat(FloatPredicate f)
f - Function to call on each element.Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.