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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intcompare(IModel<Comparable> model1, IModel<Comparable> model2) intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
comparein interfaceComparator<T>
-