private static final class CFFParser.RangeMapping
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
endMappedValue |
private int |
endValue |
private int |
startMappedValue |
private int |
startValue |
Modifier | Constructor and Description |
---|---|
private |
RangeMapping(int startGID,
int first,
int nLeft) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isInRange(int value) |
(package private) boolean |
isInReverseRange(int value) |
(package private) int |
mapReverseValue(int value) |
(package private) int |
mapValue(int value) |
java.lang.String |
toString() |