Package com.thegongoliers.math.lookup
Interface LookupTable
-
- All Known Implementing Classes:
SimpleLookupTable
public interface LookupTable
A look up table
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
get(double key)
Get the value of the key closest to the passed in key
-