@FunctionalInterface public static interface OrderComparator.OrderSourceProvider
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getOrderSource(Object obj)
Return an order source for the specified object, i.e. an object that
should be checked for an order value as a replacement to the given object.
|
@Nullable Object getOrderSource(Object obj)
Can also be an array of order source objects.
If the returned object does not indicate any order, the comparator will fall back to checking the original object.
obj - the object to find an order source fornull if none found