@FunctionalInterface public interface IHasDisplayName
IHasName
this interface is meant for display names of
objects (e.g. user names or folder names).Modifier and Type | Method and Description |
---|---|
static Comparator<IHasDisplayName> |
getComparatorCollating(Locale aSortLocale) |
String |
getDisplayName() |
@Nonnull String getDisplayName()
null
.@Nonnull static Comparator<IHasDisplayName> getComparatorCollating(@Nullable Locale aSortLocale)
Copyright © 2014–2019 Philip Helger. All rights reserved.