Interface IValueProviderStrategy<RETURN_TYPE>
-
- All Known Implementing Classes:
AbstractNestedIntervalsValueProviderStrategy,ExponentialValueProviderStrategy,LinearValueProviderStrategy,NestedIntervalsDoubleValueProviderStrategy,NestedIntervalsLongValueProviderStrategy,PolynomialValueProviderStrategy,SetValueProviderStrategy
public interface IValueProviderStrategy<RETURN_TYPE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RETURN_TYPEvalueAtPosition(int position)
-
-
-
Method Detail
-
valueAtPosition
RETURN_TYPE valueAtPosition(int position)
-
-