public abstract static class IntBlockPool.Allocator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
blockSize |
Constructor and Description |
---|
Allocator(int blockSize) |
Modifier and Type | Method and Description |
---|---|
int[] |
getIntBlock() |
abstract void |
recycleIntBlocks(int[][] blocks,
int start,
int end) |