private static class ExtentTracker.Tracker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
current
Current index value
|
private int |
max
Size of extent field
|
| Constructor and Description |
|---|
Tracker(int max)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Integer |
getNext()
Get the index value to be used to set the next element in the extent field.
|
(package private) void |
reset()
Reset the current value to 0.
|
private final int max
private int current
java.lang.Integer getNext()
java.lang.ArrayIndexOutOfBoundsException - if the current index value reaches the size of the extent field.void reset()