Package pal.util
Interface DoubleKeyCache
-
- All Known Implementing Classes:
DefaultCache
public interface DoubleKeyCache- Author:
- Alexei Drummond
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDoubleKey(double relatedKey, java.lang.Object value)voidclearCache()java.lang.Objectclone()java.lang.ObjectgetNearest(double targetKey, double tolerance)retrieves the object with the key nearest to given value
-