| Modifier and Type | Interface and Description |
|---|---|
interface |
ICache<KEYTYPE,VALUETYPE>
Read-only interface for a very simple Map-like cache.
|
interface |
IMutableCache<KEYTYPE,VALUETYPE>
Interface for a very simple Map-like cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCache<KEYTYPE,VALUETYPE>
Abstract base implementation of
ICache |
class |
AbstractNotifyingCache<KEYTYPE,VALUETYPE>
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method.
|
class |
CacheWithConversion<KEYTYPE,VALUETYPE>
A special cache that can create the value to be cache automatically from the
key.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConverterHasNameString.convert(IHasName aInput) |
| Modifier and Type | Method and Description |
|---|---|
static <ENUMTYPE extends Enum<ENUMTYPE> & IHasName> |
EnumHelper.getFromNameCaseInsensitiveOrDefault(Class<ENUMTYPE> aClass,
String sName,
ENUMTYPE aDefault)
Get the enum value with the passed name case insensitive
|
static <ENUMTYPE extends Enum<ENUMTYPE> & IHasName> |
EnumHelper.getFromNameCaseInsensitiveOrNull(Class<ENUMTYPE> aClass,
String sName)
Get the enum value with the passed name case insensitive
|
static <ENUMTYPE extends Enum<ENUMTYPE> & IHasName> |
EnumHelper.getFromNameCaseInsensitiveOrThrow(Class<ENUMTYPE> aClass,
String sName)
Get the enum value with the passed name (case insensitive).
|
static <ENUMTYPE extends Enum<ENUMTYPE> & IHasName> |
EnumHelper.getFromNameOrDefault(Class<ENUMTYPE> aClass,
String sName,
ENUMTYPE aDefault)
Get the enum value with the passed name
|
static <ENUMTYPE extends Enum<ENUMTYPE> & IHasName> |
EnumHelper.getFromNameOrNull(Class<ENUMTYPE> aClass,
String sName)
Get the enum value with the passed name
|
static <ENUMTYPE extends Enum<ENUMTYPE> & IHasName> |
EnumHelper.getFromNameOrThrow(Class<ENUMTYPE> aClass,
String sName)
Get the enum value with the passed name.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMicroEntityReference
Represents the reference to an entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MicroEntityReference
Default implementation of the
IMicroEntityReference interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollatingComparatorHasName<DATATYPE extends IHasName>
This is a collation
Comparator for objects that implement
the IHasName interface. |
class |
ComparatorHasName<DATATYPE extends IHasName>
This is a non-collating
Comparator for objects that
implement the IHasName interface. |
| Modifier and Type | Method and Description |
|---|---|
String |
NameProviderFromHasName.getName(IHasName aObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
RegExPool
This class provides a pool for cached regular expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectType
This class encapsulates an internal object type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EXMLParserFeature
Contains constants for parser features.
|
class |
EXMLParserProperty
Contains constants for parser properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaCache
Base class for caching abstract
Schema objects. |
class |
XMLSchemaCache
This class is used to cache XML schema objects.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.