class IntegerDecoder extends Object
Modifier and Type | Field and Description |
---|---|
private static int |
CHAR_MAX |
private static int |
CHAR_MIN |
private String |
input |
private int |
pos |
Constructor and Description |
---|
IntegerDecoder(String input) |
Modifier and Type | Method and Description |
---|---|
private static int |
decodeChar(char c) |
boolean |
hasNext() |
int |
next() |
Copyright © 2017. All rights reserved.