protected static class AbstractIntegerStringCodec.IntegerComponents extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
length |
int |
sign |
int |
value |
static AbstractIntegerStringCodec.IntegerComponents |
ZERO |
| Constructor and Description |
|---|
AbstractIntegerStringCodec.IntegerComponents(int sign,
int length,
int value) |
public static final AbstractIntegerStringCodec.IntegerComponents ZERO
public final int sign
public final int length
public final int value
public AbstractIntegerStringCodec.IntegerComponents(int sign, int length, int value)