public class DataObjectPathDepthComparator extends Object implements Comparator<DataObject>
| Constructor and Description |
|---|
DataObjectPathDepthComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(DataObject target,
DataObject source)
Returns a negative integer,
zero, or a positive integer as the first argument is less
than, equal to, or greater than the second.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(DataObject target, DataObject source)
compare in interface Comparator<DataObject>Copyright © 2017. All rights reserved.