static class CodeIterator.Table extends CodeIterator.Switcher
Modifier and Type | Field and Description |
---|---|
(package private) int |
high |
(package private) int |
low |
defaultByte, gap, offsets, pointers
orgPos, pos
Constructor and Description |
---|
Table(int pos,
int defaultByte,
int low,
int high,
int[] offsets,
CodeIterator.Pointers ptrs) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
tableSize() |
(package private) int |
write2(int dest,
byte[] newcode) |
adjustOffsets, deltaSize, gapChanged, shift, write
expanded, shiftOffset
Table(int pos, int defaultByte, int low, int high, int[] offsets, CodeIterator.Pointers ptrs)
int write2(int dest, byte[] newcode)
write2
in class CodeIterator.Switcher
int tableSize()
tableSize
in class CodeIterator.Switcher