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