de.grogra.graph
Class Cache.Entry
java.lang.Object
de.grogra.graph.Cache.Entry
- Enclosing class:
- Cache
public abstract static class Cache.Entry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cache.Entry
public Cache.Entry(java.lang.Object object,
boolean asNode,
ContextDependent dependent,
java.lang.Object strategy,
GraphState gs)
computeValue
protected abstract java.lang.Object computeValue(java.lang.Object oldValue,
ContextDependent object,
java.lang.Object strategy,
GraphState gs)
write
public final void write(float value)
write
public final void write(float[] value)
write
public final void write(float[] value,
int begin,
int length)
write
public final void write(int value)