private static final class MinimalECIInput.InputEdge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private char |
c |
private int |
cachedTotalSize |
private int |
encoderIndex |
private MinimalECIInput.InputEdge |
previous |
Modifier | Constructor and Description |
---|---|
private |
InputEdge(char c,
ECIEncoderSet encoderSet,
int encoderIndex,
MinimalECIInput.InputEdge previous,
int fnc1) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isFNC1() |
private final char c
private final int encoderIndex
private final MinimalECIInput.InputEdge previous
private final int cachedTotalSize
private InputEdge(char c, ECIEncoderSet encoderSet, int encoderIndex, MinimalECIInput.InputEdge previous, int fnc1)