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 |
---|---|
void |
WBooleanCollection.forEachBoolean(BooleanConsumer f)
Traverse all elements of the array list, calling given function on each
element, or until predicate returns false.
|
Modifier and Type | Method and Description |
---|---|
void |
WBooleanArrayList.forEachBoolean(BooleanConsumer f)
Traverse all elements of the array list, calling given function on each
element, or until predicate returns false.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.