public class FixedOrderComparator<T>
extends java.lang.Object
implements java.util.Comparator<T>
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T o1,
T o2) |
int |
indexOf(T value) |
static <T> java.util.Comparator<T> |
of(T... values) |