createResult abstract method
Creates IndicatorResult entry from given index and value.
User of this package has the option to implement this interface and IndicatorResult in its own way and get a list of results in any IndicatorResult implementation needed.
Implementation
IndicatorResult createResult(int index, double value);