private static final class Day25.Step
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
(package private) int |
newValue |
|
(package private) char |
nextStateName |
|
(package private) int |
shiftBy |
Modifier | Constructor | Description |
---|---|---|
private |
Step(int newValue,
int shiftBy,
char nextStateName) |
Modifier and Type | Method | Description |
---|---|---|
(package private) static java.util.Map<java.lang.Integer,Day25.Step> |
create(java.util.Iterator<java.lang.String> iterator) |
final int newValue
final int shiftBy
final char nextStateName
static java.util.Map<java.lang.Integer,Day25.Step> create(java.util.Iterator<java.lang.String> iterator)