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