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 Details

    • 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