com.atlassian.crowd.model
Class EntityComparator
java.lang.Object
com.atlassian.crowd.model.EntityComparator
public final class EntityComparator
- extends Object
Will compare one directory entity to another by Name (case-insensitive)
|
Method Summary |
static
|
of(Class<T> type)
Returns a comparator for the specified type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
of
public static <T> Comparator<T> of(Class<T> type)
- Returns a comparator for the specified type.
- Parameters:
type - type to compare
- Returns:
- comparator for the specified type
Copyright © 2012 Atlassian. All Rights Reserved.