public abstract class HitOrderer extends Object
Constructor and Description |
---|
HitOrderer() |
Modifier and Type | Method and Description |
---|---|
Comparator<Hit> |
getComparator()
Returns the Comparator that this HitOrderer uses internally to
sort hits.
|
abstract void |
order(List<Hit> hits)
Orders the given list of hits
|
public Comparator<Hit> getComparator()
This default implementation returns null.
Copyright © 2017. All rights reserved.