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 HashSet
s or HashMap
s 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 HashableState
s
- the input State
to transform.HashableState
.