public class NameComparator extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> com.google.common.base.Function<T,String> |
normaliserOf(Class<T> type) |
static <T> Comparator<T> |
of(Class<T> type)
Deprecated.
use a
normaliserOf(Class) instead to reduce the number of transformations |
public static <T> Comparator<T> of(Class<T> type)
normaliserOf(Class) instead to reduce the number of transformationsCopyright © 2019 Atlassian. All rights reserved.