Class SortableDataProviderComparator<T>
java.lang.Object
org.apache.syncope.client.console.commons.SortableDataProviderComparator<T>
- All Implemented Interfaces:
Serializable
,Comparator<T>
- Direct Known Subclasses:
SortableAnyProviderComparator
public class SortableDataProviderComparator<T>
extends Object
implements Comparator<T>, Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
compare
(IModel<Comparable> model1, IModel<Comparable> model2) int
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
-
Field Details
-
provider
-
-
Constructor Details
-
SortableDataProviderComparator
-
-
Method Details
-
compare
-
compare
- Specified by:
compare
in interfaceComparator<T>
-