Interface SortProperty<R>

Type Parameters:
R - the type of resources (e.g. Feature) to sort.
All Superinterfaces:
Comparator<R>

@UML(identifier="SortProperty", specification=ISO_19143) public interface SortProperty<R> extends Comparator<R>
Defines the sort order of a property.
Since:
3.1
See Also: