Uses of Interface
choco.kernel.memory.IStateLongVector

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

Uses of IStateLongVector in choco.kernel.memory
 

Methods in choco.kernel.memory that return IStateLongVector
 IStateLongVector IEnvironment.makeLongVector()
          Factory pattern: new IStateIntVector objects are created by the environment.
 IStateLongVector IEnvironment.makeLongVector(int size, long initialValue)
          Factory pattern: new IStateIntVector objects are created by the environment
 IStateLongVector IEnvironment.makeLongVector(long[] entries)
          Factory pattern: new IStateIntVector objects are created by the environment
 

Uses of IStateLongVector in choco.kernel.memory.copy
 

Classes in choco.kernel.memory.copy that implement IStateLongVector
 class RcLongVector
          Created by IntelliJ IDEA.
 

Methods in choco.kernel.memory.copy that return IStateLongVector
 IStateLongVector EnvironmentCopying.makeLongVector()
           
 IStateLongVector EnvironmentCopying.makeLongVector(int size, long initialValue)
           
 IStateLongVector EnvironmentCopying.makeLongVector(long[] entries)
           
 

Uses of IStateLongVector in choco.kernel.memory.trailing
 

Classes in choco.kernel.memory.trailing that implement IStateLongVector
 class StoredLongVector
          Created by IntelliJ IDEA.
 

Methods in choco.kernel.memory.trailing that return IStateLongVector
 IStateLongVector EnvironmentTrailing.makeLongVector()
           
 IStateLongVector EnvironmentTrailing.makeLongVector(int size, long initialValue)
           
 IStateLongVector EnvironmentTrailing.makeLongVector(long[] entries)
           
 



Copyright © 2012. All Rights Reserved.