Uses of Class
choco.kernel.memory.trailing.EnvironmentTrailing

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

Uses of EnvironmentTrailing in choco.kernel.memory
 

Methods in choco.kernel.memory that return EnvironmentTrailing
 EnvironmentTrailing IStateBinaryTree.getEnvironment()
          Gets the Environment associated with this tree
 

Uses of EnvironmentTrailing in choco.kernel.memory.trailing
 

Fields in choco.kernel.memory.trailing declared as EnvironmentTrailing
protected  EnvironmentTrailing AbstractStoredObject.environment
          The current EnvironmentTrailing.
 

Methods in choco.kernel.memory.trailing that return EnvironmentTrailing
 EnvironmentTrailing StoredBinaryTree.getEnvironment()
           
 EnvironmentTrailing AbstractStoredObject.getEnvironment()
           
 

Constructors in choco.kernel.memory.trailing with parameters of type EnvironmentTrailing
AbstractStoredObject(EnvironmentTrailing environment)
           
StoredBinaryTree(EnvironmentTrailing anEnvironment, int a, int b)
           
StoredBool(EnvironmentTrailing env, boolean b)
          Constructs a stored search with an initial value.
StoredDouble(EnvironmentTrailing env, double d)
          Constructs a stored search with an initial value.
StoredDoubleVector(EnvironmentTrailing env)
          Constructs an empty stored search vector.
StoredDoubleVector(EnvironmentTrailing env, double[] entries)
           
StoredDoubleVector(EnvironmentTrailing env, int initialSize, double initialValue)
          Constructs a stored search vector with an initial size, and initial values.
StoredInt(EnvironmentTrailing env, int i)
          Constructs a stored search with an initial value.
StoredIntProcedure(EnvironmentTrailing env, IStateIntProcedure procedure, int i)
           
StoredIntVector(EnvironmentTrailing env)
          Constructs an empty stored search vector.
StoredIntVector(EnvironmentTrailing env, int[] entries)
           
StoredIntVector(EnvironmentTrailing env, int initialSize, int initialValue)
          Constructs a stored search vector with an initial size, and initial values.
StoredLong(EnvironmentTrailing env)
          Constructs a stored search with an unknown initial value.
StoredLong(EnvironmentTrailing env, long d)
          Constructs a stored search with an initial value.
StoredLongVector(EnvironmentTrailing env)
          Constructs an empty stored search vector.
StoredLongVector(EnvironmentTrailing env, int initialSize, long initialValue)
          Constructs a stored search vector with an initial size, and initial values.
StoredLongVector(EnvironmentTrailing env, long[] entries)
           
StoredVector(EnvironmentTrailing env)
          Constructs a stored search vector with an initial size, and initial values.
 



Copyright © 2012. All Rights Reserved.