T
- the type for the rank comparison.public static interface RankingHelper.RankTester<T>
RankingHelper
Modifier and Type | Method and Description |
---|---|
double |
getRank(T element)
Callback method which should delegate to the actual ranking element.
|
double getRank(T element)
element
- the element to get the rank/priority forCopyright © 2018. All rights reserved.