@FunctionalInterface public interface IHasName
IHasDisplayName interface.| Modifier and Type | Method and Description |
|---|---|
static Comparator<IHasName> |
getComparatorCollating(Locale aSortLocale) |
static Comparator<IHasName> |
getComparatorName() |
String |
getName() |
@Nonnull static Comparator<IHasName> getComparatorName()
@Nonnull static Comparator<IHasName> getComparatorCollating(@Nullable Locale aSortLocale)
Copyright © 2014–2019 Philip Helger. All rights reserved.