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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.commons.SortableDataProviderComparator
provider
-
-
Constructor Summary
Constructors Constructor Description SortableAnyProviderComparator(SortableDataProvider<T,String> provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(T any1, T any2)
-
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 Detail
-
SortableAnyProviderComparator
public SortableAnyProviderComparator(SortableDataProvider<T,String> provider)
-
-
Method Detail
-
compare
public int compare(T any1, T any2)
- Specified by:
compare
in interfaceComparator<T extends AnyTO>
- Overrides:
compare
in classSortableDataProviderComparator<T extends AnyTO>
-
-