State class that wraps a HashMap
Generates according map moves
Remark: Does not extend State or implements StateI do avoid additional overhead
All state/move mechanisms already contained in Move objects
For the future a simpler unified StateI would make things clearer
TODO: Replace all stateful HashMaps by this class and simplify according move objects
State class that wraps a HashSet
Generates according set moves
Remark: Does not extend State or implements StateI do avoid additional overhead
All state/move mechanisms already contained in Move objects
TODO: Replace all stateful sets by this class and simplify according move objects