|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbrbrain.BRBrain.CachedValue
public class BRBrain.CachedValue
a cached register value
| Field Summary | |
|---|---|
protected long |
lastUpdateNS
the last update nanotime |
protected int |
value
the cached value |
| Constructor Summary | |
|---|---|
BRBrain.CachedValue()
|
|
| Method Summary | |
|---|---|
long |
getLastUpdateNS()
get the last update nanotime |
int |
getValue()
get the cached value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int value
protected long lastUpdateNS
| Constructor Detail |
|---|
public BRBrain.CachedValue()
| Method Detail |
|---|
public int getValue()
public long getLastUpdateNS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||