public abstract static class IntBlockPool.Allocator extends 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) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.