pal.util
public interface DoubleKeyCache
Modifier and Type | Method and Description |
---|---|
void |
addDoubleKey(double relatedKey,
java.lang.Object value) |
void |
clearCache() |
java.lang.Object |
clone() |
java.lang.Object |
getNearest(double targetKey,
double tolerance)
retrieves the object with the key nearest to given value
|