public interface HashableStateFactory
HashableState objects
that provide a hash values and perform equality checks for State objects. This is useful for tabular
methods that make use of HashSets or HashMaps of states.| Modifier and Type | Method and Description |
|---|---|
HashableState |
hashState(State s)
Turns
State s into a HashableState |
HashableState hashState(State s)
State s into a HashableStates - the input State to transform.HashableState.