|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.graph.Cache.Entry
public abstract static class Cache.Entry
| Constructor Summary | |
|---|---|
Cache.Entry(java.lang.Object object,
boolean asNode,
ContextDependent dependent,
java.lang.Object strategy,
GraphState gs)
|
|
| Method Summary | |
|---|---|
protected abstract java.lang.Object |
computeValue(java.lang.Object oldValue,
ContextDependent object,
java.lang.Object strategy,
GraphState gs)
|
void |
write(float value)
|
void |
write(float[] value)
|
void |
write(float[] value,
int begin,
int length)
|
void |
write(int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cache.Entry(java.lang.Object object,
boolean asNode,
ContextDependent dependent,
java.lang.Object strategy,
GraphState gs)
| Method Detail |
|---|
protected abstract java.lang.Object computeValue(java.lang.Object oldValue,
ContextDependent object,
java.lang.Object strategy,
GraphState gs)
public final void write(float value)
public final void write(float[] value)
public final void write(float[] value,
int begin,
int length)
public final void write(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||