Uses of Interface
choco.kernel.memory.IStateLong

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

Uses of IStateLong in choco.kernel.memory
 

Methods in choco.kernel.memory that return IStateLong
 IStateLong IEnvironment.makeLong()
           
 IStateLong IEnvironment.makeLong(int init)
           
 

Uses of IStateLong in choco.kernel.memory.copy
 

Classes in choco.kernel.memory.copy that implement IStateLong
 class RcLong
           
 

Methods in choco.kernel.memory.copy that return IStateLong
 IStateLong EnvironmentCopying.makeLong()
           
 IStateLong EnvironmentCopying.makeLong(int init)
           
 

Uses of IStateLong in choco.kernel.memory.trailing
 

Classes in choco.kernel.memory.trailing that implement IStateLong
 class StoredLong
           
 

Methods in choco.kernel.memory.trailing that return IStateLong
 IStateLong EnvironmentTrailing.makeLong()
           
 IStateLong EnvironmentTrailing.makeLong(int init)
           
 



Copyright © 2012. All Rights Reserved.