Uses of Interface
org.maxicp.state.StateMap
Packages that use StateMap
Package
Description
State Management (trailer, copier, etc.)
Copier strategy for state restoration
Trail strategy for state restoration
-
Uses of StateMap in org.maxicp.state
Methods in org.maxicp.state that return StateMapModifier and TypeMethodDescription<K,V> StateMap <K, V> StateManager.makeStateMap()Creates a Stateful map (restorable) -
Uses of StateMap in org.maxicp.state.copy
Classes in org.maxicp.state.copy that implement StateMapModifier and TypeClassDescriptionclassCopyMap<K,V> Implementation ofStateMapwith copy strategyMethods in org.maxicp.state.copy that return StateMap -
Uses of StateMap in org.maxicp.state.trail
Classes in org.maxicp.state.trail that implement StateMapModifier and TypeClassDescriptionclassTrailMap<K,V> Implementation ofStateMapwith trail strategyMethods in org.maxicp.state.trail that return StateMap