Class Util.TieBreakByInputComparator<T>

java.lang.Object
org.apache.lucene.util.fst.Util.TieBreakByInputComparator<T>
All Implemented Interfaces:
Comparator<Util.FSTPath<T>>
Enclosing class:
Util

private static class Util.TieBreakByInputComparator<T> extends Object implements Comparator<Util.FSTPath<T>>
Compares first by the provided comparator, and then tie breaks by path.input.