static class FieldUtils.KeyValueKeyComparator extends java.lang.Object implements java.io.Serializable, java.util.Comparator<FieldUtils.KeyValue>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
KeyValueKeyComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(FieldUtils.KeyValue o1,
FieldUtils.KeyValue o2) |
private static final long serialVersionUID
public int compare(FieldUtils.KeyValue o1, FieldUtils.KeyValue o2)
compare
in interface java.util.Comparator<FieldUtils.KeyValue>