| Modifier and Type | Interface and Description |
|---|---|
interface |
ISimpleCache<KEYTYPE,VALUETYPE>
Interface for a very simple Map-like cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCache<KEYTYPE,VALUETYPE>
Abstract base implementation of
ISimpleCache |
class |
AbstractNotifyingCache<KEYTYPE,VALUETYPE>
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method.
|
class |
AbstractNotifyingCacheWithMaxSize<KEYTYPE,VALUETYPE>
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method and has an upper limit of elements that can
reside in the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCacheWithConversion<KEYTYPE,VALUETYPE>
A special cache that can create the value to be cache automatically from the
key.
|
class |
SimpleCacheWithConversionAndMaxSize<KEYTYPE,VALUETYPE>
A special cache that can create the value to be cache automatically from the
key.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UnidirectionalConverterHasNameString.convert(IHasName aInput) |
| Modifier and Type | Class and Description |
|---|---|
class |
JAXBContextCache
Specific cache class for JAXB context elements.
|
| 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 |
ComparatorHasName<DATATYPE extends IHasName>
This is a collation
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 |
ConstantTextProvider
An implementation of the
ITextProvider
interface that always returns a constant string. |
| 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 |
DefaultSchemaCache
Abstract base class for caching abstract
Schema objects. |
class |
XMLSchemaCache
This class is used to cache XML schema objects.
|
Copyright © 2006–2015 phloc systems. All rights reserved.