public static class SelectInManager.SelectInTargetComparator extends java.lang.Object implements java.util.Comparator<SelectInTarget>
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<SelectInTarget> |
INSTANCE |
Constructor and Description |
---|
SelectInTargetComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(SelectInTarget o1,
SelectInTarget o2) |
public static final java.util.Comparator<SelectInTarget> INSTANCE
public int compare(SelectInTarget o1, SelectInTarget o2)
compare
in interface java.util.Comparator<SelectInTarget>