Interface IntervalDetectorThresholdFactorOptimizerDataSource<T>
- Type Parameters:
T
- type of data to be retrieved.
- All Known Subinterfaces:
AccelerometerAndGyroscopeIntervalDetectorThresholdFactorOptimizerDataSource
,AccelerometerGyroscopeAndMagnetometerIntervalDetectorThresholdFactorOptimizerDataSource
,AccelerometerIntervalDetectorThresholdFactorOptimizerDataSource
,GyroscopeIntervalDetectorThresholdFactorOptimizerDataSource
,MagnetometerIntervalDetectorThresholdFactorOptimizerDataSource
public interface IntervalDetectorThresholdFactorOptimizerDataSource<T>
Retrieves data for a
IntervalDetectorThresholdFactorOptimizer
.-
Method Summary
-
Method Details
-
count
int count()Returns the total amount of data.- Returns:
- total amount of data.
-
getAt
Gets data at the provided position.- Parameters:
index
- position to retrieve data from.- Returns:
- retrieved data.
-