| Package | Description |
|---|---|
| org.apache.giraph.types.ops |
Type coercion, inference, and reflection.
|
| 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 |
|---|---|
WBooleanArrayList |
BooleanTypeOps.createArrayList() |
WBooleanArrayList |
BooleanTypeOps.createArrayList(int capacity) |
WBooleanArrayList |
BooleanTypeOps.readNewArrayList(DataInput in) |
| Modifier and Type | Class and Description |
|---|---|
static class |
WBooleanArrayList.WReusableBooleanArrayList
Variant of WBooleanArrayList that doesn't reallocate smaller backing
array on consecutive readFields/readElements calls, and so is suitable for
reusable use.
|
| Modifier and Type | Method and Description |
|---|---|
static WBooleanArrayList |
WBooleanArrayList.readNew(DataInput in)
Read array list from the DataInput stream into a newly created object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WBooleanArrayList.writeOrNull(WBooleanArrayList list,
DataOutput out)
Write a potentially null list to a DataOutput.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.