choco.kernel.memory
Interface IStateBool

All Known Implementing Classes:
RcBool, StoredBool

public interface IStateBool

Describes a boolean with states (describing some history of the data structure).


Method Summary
 boolean get()
          Returns the current value.
 IEnvironment getEnvironment()
          Retrieving the environment
 void set(boolean b)
          Modifies the value and stores if needed the former value on the trailing stack.
 

Method Detail

get

boolean get()
Returns the current value.


set

void set(boolean b)
Modifies the value and stores if needed the former value on the trailing stack.


getEnvironment

IEnvironment getEnvironment()
Retrieving the environment



Copyright © 2012. All Rights Reserved.