|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KernelCache
This is the interface describing the kernel cache.
| Method Summary | |
|---|---|
double |
get(int i,
int j)
Delivers the cached value or Double.NaN if the value is not known. |
void |
store(int i,
int j,
double value)
Stores the value. |
| Method Detail |
|---|
void store(int i,
int j,
double value)
double get(int i,
int j)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||