| 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 |
|---|---|
WIntArrayList |
IntTypeOps.createArrayList() |
WIntArrayList |
IntTypeOps.createArrayList(int capacity) |
WIntArrayList |
IntTypeOps.readNewArrayList(DataInput in) |
| Modifier and Type | Class and Description |
|---|---|
static class |
WIntArrayList.WReusableIntArrayList
Variant of WIntArrayList 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 WIntArrayList |
WIntArrayList.readNew(DataInput in)
Read array list from the DataInput stream into a newly created object.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WIntArrayList.writeOrNull(WIntArrayList list,
DataOutput out)
Write a potentially null list to a DataOutput.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.