Class SortableAnyProviderComparator<T extends AnyTO>
java.lang.Object
org.apache.syncope.client.console.commons.SortableDataProviderComparator<T>
org.apache.syncope.client.console.commons.SortableAnyProviderComparator<T>
- All Implemented Interfaces:
Serializable
,Comparator<T>
public class SortableAnyProviderComparator<T extends AnyTO>
extends SortableDataProviderComparator<T>
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.commons.SortableDataProviderComparator
provider
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.syncope.client.console.commons.SortableDataProviderComparator
compare
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
SortableAnyProviderComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<T extends AnyTO>
- Overrides:
compare
in classSortableDataProviderComparator<T extends AnyTO>
-