com.atlassian.crowd.model
Class EntityComparator

java.lang.Object
  extended by 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
<T> Comparator<T>
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
 

Method Detail

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 © 2013 Atlassian. All Rights Reserved.