Interface SortProperty<R>
- All Superinterfaces:
Comparator<R>
- All Known Implementing Classes:
DefaultSortProperty
Placeholder for GeoAPI 3.1 interfaces (not yet released).
Shall not be visible in public API, as it will be deleted after next GeoAPI release.
-
Method Summary
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
getValueReference
ValueReference<? super R,?> getValueReference() -
getSortOrder
SortOrder getSortOrder()
-