Uses of Class
brbrain.BRBrain.CachedValue

Uses of BRBrain.CachedValue in brbrain
 

Fields in brbrain with type parameters of type BRBrain.CachedValue
protected  java.util.Map<AXRegister,java.util.Map<java.lang.Integer,BRBrain.CachedValue>> BRBrain.cache
          cache of most recently read data
 

Methods in brbrain that return BRBrain.CachedValue
 BRBrain.CachedValue BRBrain.getCachedValue(int axID, AXRegister register)
          Look up the most recent BRBrain.CachedValue of of the specified reg, null if none.