public class RankingPosition extends SimpleRankingPosition
Constructor | Description |
---|---|
RankingPosition(int[] objectsNumbers,
double evaluation) |
Constructor for
RankingPosition class |
Modifier and Type | Method | Description |
---|---|---|
double |
getEvaluation() |
Gets evaluation of objects sharing this ranking's position
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObjectsNumbers
public RankingPosition(int[] objectsNumbers, double evaluation)
RankingPosition
classobjectsNumbers
- list with numbers of objects sharing this ranking's positionevaluation
- evaluation of objects sharing this ranking's positionjava.lang.NullPointerException
- when array with numbers of objects is null
InvalidValueException
- when array with numbers of objects is empty
or when some number of object is smaller than zero