public interface IScorer<T>
extends java.util.Comparator<T>
Modifier and Type | Method and Description |
---|---|
double |
score(T obj)
Score the specified object.
|
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
double score(T obj)
null
,
depending on the implementation.obj
- the object to be scoredCopyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.