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