public interface WLongCollection extends WCollection<org.apache.hadoop.io.LongWritable>, it.unimi.dsi.fastutil.longs.LongCollection
| Modifier and Type | Method and Description |
|---|---|
void |
forEachLong(LongConsumer f)
Traverse all elements of the array list, calling given function on each
element, or until predicate returns false.
|
boolean |
forEachWhileLong(LongPredicate 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, iterator, longIterator, rem, removeAll, retainAll, toArray, toArray, toLongArray, toLongArrayadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArrayvoid forEachLong(LongConsumer f)
f - Function to call on each element.boolean forEachWhileLong(LongPredicate f)
f - Function to call on each element.Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.