Package com.atlassian.crowd.model
Class EntityComparator
java.lang.Object
com.atlassian.crowd.model.EntityComparator
Will compare one directory entity to another by Name (case-insensitive)
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Comparator<T>
Returns a comparator for the specified type.
-
Method Details
-
of
Returns a comparator for the specified type.- Parameters:
type
- type to compare- Returns:
- comparator for the specified type
-