See: Description
Class | Description |
---|---|
AbstractCharIterator |
This is an abstract base implementation of the
CharIterator interface. |
AbstractCharSequence |
This is an abstract implementation of the
CharSequence to make life easier. |
AbstractDatatypeDetector |
This is the abstract base implementation of
DatatypeDetector . |
AbstractEnumDefinition<TYPE,CATEGORY> |
This class implements
EnumDefinition for a java Enum . |
AbstractEnumProvider |
This is the abstract base implementation of
EnumProvider . |
AbstractEnumProvider.EnumContainer |
This inner class is a container for an
EnumDefinition with its values . |
AbstractEnumProvider.EnumDefinitionIterator | |
AbstractEnumProviderAsynchronous |
This is the abstract base implementation of
AbstractEnumProvider that retrieves
enum values asynchronously. |
AbstractEnumProviderSynchronous |
This is the abstract base implementation of
AbstractEnumProvider that retrieves
enum values synchronously. |
AbstractEnvironmentDetector |
This is the abstract base implementation of
EnvironmentDetector . |
AbstractErrorMessage |
This is the abstract base class for an error
Message . |
AbstractFormatter<V> |
This is the abstract base implementation of the
Formatter interface. |
AbstractLocalizableFormatter<V> |
This is the abstract base implementation of the
LocalizableFormatter interface. |
AbstractMessage |
This is the abstract base implementation of
Message . |
AbstractSimpleEnumDefinition<TYPE> |
This is the abstract base implementation of
EnumDefinition with no category and a
static set of enum values . |
Array |
Reduced variant of
Array that is GWT compatible. |
BasicUtilImpl |
This is the implementation of the
BasicUtil interface. |
BooleanEnumDefinition |
This is the default
EnumDefinition for the type Boolean . |
BooleanFormatter | |
CharSubSequence |
This is an implementation of the
CharSequence Interface that can be used to implement the method
CharSequence.subSequence(int, int) . |
ComparableComparator<T extends Comparable> |
This is the implementation of
Comparator for Comparable objects. |
ComposedFormatter<V> | |
ComposedLocalizableFormatter<V> |
This is the implementation of a
LocalizableFormatter that is composed out of other
LocalizableFormatter s. |
CoreCharSequence |
This is an abstract base implementation of the
CharSequence interface. |
DatatypeDetectorImpl |
This is the default implementation of
DatatypeDetector . |
EnumEnumDefinition<TYPE extends Enum<TYPE>,CATEGORY> |
This class implements
EnumDefinition for a java Enum . |
EnumEnumType | |
EnvironmentDetectorSpringProfileImpl |
This is the default implementation of
EnvironmentDetector . |
EqualsCheckerArray |
This is an implementation of
EqualsChecker that recursively checks arrays based on a given
EqualsChecker delegate. |
EqualsCheckerCollection |
This is an implementation of
EqualsChecker that recursively checks Collection s based on a given
EqualsChecker delegate. |
ErrorMessage |
This is the implementation of an error
Message that is already localized. |
FormatterToString<V> |
This is an implementation of
Formatter that simply delegates to
Object.toString() . |
InformationMessage |
This is the implementation of an
information
Message . |
NumberComparator |
This is an implementation of
Comparator for instances of Number . |
SequenceCharIterator | |
SimpleEnumProvider |
This is a simple implementation of
EnumProvider . |
SpaceNormalizingCharIterator |
This is an implementation of the
CharIterator interface that adapts a CharIterator such that spaces
are normalized. |
StaticFormatter<V> |
This is an implementation of
Formatter that always formats to a static string. |
StringSyntaxBean |
This is the implementation of
StringSyntax as simple Java bean. |
StringUtilImpl |
This is the implementation of
StringUtil . |
SystemInformationImpl |
This is the implementation of the
SystemInformation interface. |
SystemUtilImpl |
This is the implementation of the
SystemUtil interface. |
WarningMessage |
Util Lang API
. AbstractCharSequence
helps to write implementations of the interface
CharSequence
easily.Copyright © 2001–2016 mmm-Team. All rights reserved.