Uses of Interface
com.helger.commons.name.IHasName
-
Packages that use IHasName Package Description com.helger.commons.cache com.helger.commons.datetime com.helger.commons.http com.helger.commons.lang com.helger.commons.name com.helger.commons.regex com.helger.commons.type -
-
Uses of IHasName in com.helger.commons.cache
Subinterfaces of IHasName in com.helger.commons.cache Modifier and Type Interface Description interfaceICache<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 IHasName Modifier and Type Class Description classCache<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 IHasName Modifier and Type Class Description classDateTimeFormatterCacheThis class provides a cache forDateTimeFormatterinstances.static classPDTFormatter.LocalizedDateFormatCacheThis 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 IHasName Modifier and Type Class Description classEHttpMethodHTTP 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 IHasName Modifier and Type Method Description static <ENUMTYPE extends Enum<ENUMTYPE> & IHasName>
ENUMTYPEEnumHelper. getFromNameCaseInsensitiveOrDefault(Class<ENUMTYPE> aClass, String sName, ENUMTYPE eDefault)Get the enum value with the passed name case insensitivestatic <ENUMTYPE extends Enum<ENUMTYPE> & IHasName>
ENUMTYPEEnumHelper. getFromNameCaseInsensitiveOrNull(Class<ENUMTYPE> aClass, String sName)Get the enum value with the passed name case insensitivestatic <ENUMTYPE extends Enum<ENUMTYPE> & IHasName>
ENUMTYPEEnumHelper. getFromNameCaseInsensitiveOrThrow(Class<ENUMTYPE> aClass, String sName)Get the enum value with the passed name (case insensitive).static <ENUMTYPE extends Enum<ENUMTYPE> & IHasName>
ENUMTYPEEnumHelper. getFromNameOrDefault(Class<ENUMTYPE> aClass, String sName, ENUMTYPE eDefault)Get the enum value with the passed namestatic <ENUMTYPE extends Enum<ENUMTYPE> & IHasName>
ENUMTYPEEnumHelper. getFromNameOrNull(Class<ENUMTYPE> aClass, String sName)Get the enum value with the passed namestatic <ENUMTYPE extends Enum<ENUMTYPE> & IHasName>
ENUMTYPEEnumHelper. 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 IHasName Modifier and Type Method Description static 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 IHasName Modifier and Type Class Description classRegExCacheThis class provides a cached for compiled regular expressions. -
Uses of IHasName in com.helger.commons.type
Classes in com.helger.commons.type that implement IHasName Modifier and Type Class Description classObjectTypeThis 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.
-