com.atlassian.crowd.model
Class NameComparator
java.lang.Object
com.atlassian.crowd.model.NameComparator
public class NameComparator
- extends Object
Provides case-insensitive normalisation for String, model Users and model Groups.
| 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)
- Deprecated. use a
normaliserOf(Class) instead to reduce the number of transformations
normaliserOf
public static <T> com.google.common.base.Function<T,String> normaliserOf(Class<T> type)
Copyright © 2012 Atlassian. All Rights Reserved.