Class NaturalRanking.DataPosition
- java.lang.Object
-
- org.apache.commons.statistics.ranking.NaturalRanking.DataPosition
-
- Enclosing class:
- NaturalRanking
private static class NaturalRanking.DataPosition extends java.lang.ObjectRepresents the position of adoublevalue in a data array.
-
-
Constructor Summary
Constructors Constructor Description DataPosition(double value, int position)Create an instance with the given value and position.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetPosition()Returns the data position.(package private) doublegetValue()Returns the value.
-