Uses of Interface
org.maxicp.state.State
Packages that use State
Package
Description
State Management (trailer, copier, etc.)
Copier strategy for state restoration
Trail strategy for state restoration
-
Uses of State in org.maxicp.state
Subinterfaces of State in org.maxicp.stateModifier and TypeInterfaceDescriptioninterfaceObject that wraps an integer value that can be saved and restored through theStateManager.saveState()/StateManager.restoreState()methods.interfaceObject that wraps an integer value that can be saved and restored through theStateManager.saveState()/StateManager.restoreState()methods.Methods in org.maxicp.state that return StateModifier and TypeMethodDescription<T> State<T> StateManager.makeStateRef(T initValue) Creates a Stateful reference (restorable) -
Uses of State in org.maxicp.state.copy
Classes in org.maxicp.state.copy that implement StateModifier and TypeClassDescriptionclassCopy<T>Implementation ofStatewith copy strategyclassImplementation ofStateIntwith copy strategyclassImplementation ofStateLongwith copy strategyMethods in org.maxicp.state.copy that return State -
Uses of State in org.maxicp.state.trail
Classes in org.maxicp.state.trail that implement StateModifier and TypeClassDescriptionclassTrail<T>Implementation ofStatewith trail strategyclassImplementation ofStateIntwith trail strategyclassImplementation ofStateIntwith trail strategyMethods in org.maxicp.state.trail that return State