Uses of Interface
choco.kernel.memory.IStateObject

Packages that use IStateObject
choco.kernel.memory A package devoted to backtrackable data structures. 
choco.kernel.memory.copy   
choco.kernel.memory.trailing   
 

Uses of IStateObject in choco.kernel.memory
 

Methods in choco.kernel.memory that return IStateObject
 IStateObject IEnvironment.makeObject(Object obj)
           
 

Uses of IStateObject in choco.kernel.memory.copy
 

Classes in choco.kernel.memory.copy that implement IStateObject
 class RcObject
           
 

Methods in choco.kernel.memory.copy that return IStateObject
 IStateObject EnvironmentCopying.makeObject(Object obj)
           
 

Uses of IStateObject in choco.kernel.memory.trailing
 

Classes in choco.kernel.memory.trailing that implement IStateObject
 class StoredObject
           
 

Methods in choco.kernel.memory.trailing that return IStateObject
 IStateObject EnvironmentTrailing.makeObject(Object obj)
           
 



Copyright © 2012. All Rights Reserved.