private static class Util.TieBreakByInputComparator<T> extends java.lang.Object implements java.util.Comparator<Util.FSTPath<T>>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Comparator<T> |
comparator |
| Constructor and Description |
|---|
TieBreakByInputComparator(java.util.Comparator<T> comparator) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Util.FSTPath<T> a,
Util.FSTPath<T> b) |
private final java.util.Comparator<T> comparator
TieBreakByInputComparator(java.util.Comparator<T> comparator)
public int compare(Util.FSTPath<T> a, Util.FSTPath<T> b)
compare in interface java.util.Comparator<Util.FSTPath<T>>