Package pal.util
Interface DoubleKeyCache
- All Known Implementing Classes:
DefaultCache
public interface DoubleKeyCache
- Author:
- Alexei Drummond
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDoubleKey
(double relatedKey, Object value) void
clone()
getNearest
(double targetKey, double tolerance) retrieves the object with the key nearest to given value
-
Method Details
-
getNearest
retrieves the object with the key nearest to given value -
addDoubleKey
-
clearCache
void clearCache() -
clone
Object clone()
-