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) |
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.