Package | Description |
---|---|
org.apache.giraph.types.ops.collections |
Collection interfaces and implementations provided by TypeOps classes.
|
org.apache.giraph.types.ops.collections.array |
WArrayList interfaces and implementations that extend fastutil
classes, and are provided by TypeOps classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WCollection.fastForEachWhileW(Predicate<T> f)
Traverse all elements of the collection, calling given function on each
element, or until predicate returns false.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WBooleanArrayList.fastForEachWhileW(Predicate<org.apache.hadoop.io.BooleanWritable> f) |
boolean |
WByteArrayList.fastForEachWhileW(Predicate<org.apache.hadoop.io.ByteWritable> f) |
boolean |
WDoubleArrayList.fastForEachWhileW(Predicate<org.apache.hadoop.io.DoubleWritable> f) |
boolean |
WFloatArrayList.fastForEachWhileW(Predicate<org.apache.hadoop.io.FloatWritable> f) |
boolean |
WIntArrayList.fastForEachWhileW(Predicate<org.apache.hadoop.io.IntWritable> f) |
boolean |
WLongArrayList.fastForEachWhileW(Predicate<org.apache.hadoop.io.LongWritable> f) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.