Interface GenericBinarySearch.IndexAdapter<T>
-
- Enclosing class:
- GenericBinarySearch
public static interface GenericBinarySearch.IndexAdapter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getValue(T source, int index)
-
-
-
Method Detail
-
getValue
double getValue(T source, int index)
-
-