public class ArcSort
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
apply(Fst fst,
java.util.Comparator<Arc> cmp)
Applies the ArcSort on the provided fst.
|
public static void apply(Fst fst, java.util.Comparator<Arc> cmp)
Fst and
ImmutableFstfst - the fst to sort it's arcscmp - the provided Comparator