public class IndexedComparator<I extends Indexed> extends AbstractContexed implements java.util.Comparator<IndexedReference<I>>
conn
Constructor and Description |
---|
IndexedComparator(AppContext conn) |
Modifier and Type | Method and Description |
---|---|
int |
compare(IndexedReference<I> i0,
IndexedReference<I> i1) |
getContext, getLogger, resetLogger
public IndexedComparator(AppContext conn)
public int compare(IndexedReference<I> i0, IndexedReference<I> i1)
compare
in interface java.util.Comparator<IndexedReference<I extends Indexed>>