Uses of Interface
com.helger.commons.name.IHasName
Packages that use IHasName
Package
Description
-
Uses of IHasName in com.helger.commons.cache
Subinterfaces of IHasName in com.helger.commons.cacheModifier and TypeInterfaceDescriptioninterfaceICache<KEYTYPE,VALUETYPE> Read-only interface for a very simple Map-like cache.interfaceIMutableCache<KEYTYPE,VALUETYPE> Interface for a very simple Map-like cache.Classes in com.helger.commons.cache that implement IHasNameModifier and TypeClassDescriptionclassCache<KEYTYPE,VALUETYPE> The default implementation ofICacheandIMutableCache.classMappedCache<KEYTYPE,KEYSTORETYPE, VALUETYPE> Base implementation ofICacheandIMutableCache. -
Uses of IHasName in com.helger.commons.datetime
Classes in com.helger.commons.datetime that implement IHasNameModifier and TypeClassDescriptionfinal classThis class provides a cache forDateTimeFormatterinstances.static final classThis class caches the compiled patterns for localized date and time formatter. -
Uses of IHasName in com.helger.commons.http
Classes in com.helger.commons.http that implement IHasNameModifier and TypeClassDescriptionenumHTTP 1.1 methods.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html -
Uses of IHasName in com.helger.commons.lang
Methods in com.helger.commons.lang with type parameters of type IHasNameModifier and TypeMethodDescriptionEnumHelper.getFromNameCaseInsensitiveOrDefault(Class<ENUMTYPE> aClass, String sName, ENUMTYPE eDefault) Get the enum value with the passed name case insensitiveEnumHelper.getFromNameCaseInsensitiveOrNull(Class<ENUMTYPE> aClass, String sName) Get the enum value with the passed name case insensitiveEnumHelper.getFromNameCaseInsensitiveOrThrow(Class<ENUMTYPE> aClass, String sName) Get the enum value with the passed name (case insensitive).EnumHelper.getFromNameOrDefault(Class<ENUMTYPE> aClass, String sName, ENUMTYPE eDefault) Get the enum value with the passed nameEnumHelper.getFromNameOrNull(Class<ENUMTYPE> aClass, String sName) Get the enum value with the passed nameEnumHelper.getFromNameOrThrow(Class<ENUMTYPE> aClass, String sName) Get the enum value with the passed name. -
Uses of IHasName in com.helger.commons.name
Methods in com.helger.commons.name that return types with arguments of type IHasNameModifier and TypeMethodDescriptionstatic INameProvider<IHasName> INameProvider.createHasName()static Comparator<IHasName> IHasName.getComparatorCollating(Locale aSortLocale) static Comparator<IHasName> IHasName.getComparatorName() -
Uses of IHasName in com.helger.commons.regex
Classes in com.helger.commons.regex that implement IHasNameModifier and TypeClassDescriptionfinal classThis class provides a cached for compiled regular expressions. -
Uses of IHasName in com.helger.commons.type
Classes in com.helger.commons.type that implement IHasNameModifier and TypeClassDescriptionclassThis class encapsulates an internal object type.
Note: it is not based on an interface, because this may lead to difficulties comparing different object type implementations of the same interface.