public class StateSymbolPair
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
State |
state
The first component of the pair.
|
java.lang.Character |
symbol
The second component of the pair.
|
| Constructor and Description |
|---|
StateSymbolPair(State state,
java.lang.Character symbol)
Constructs a new pair.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Checks whether two pairs are equals.
|
int |
hashCode()
Computes hash code for this object.
|
Copyright © 2003-2015 Anders Møller.