| Package | Description |
|---|---|
| net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API. |
| net.sf.mmm.util.entity.api |
Provides the API for a entities.
|
| net.sf.mmm.util.entity.base |
Provides the basic implementation of the entity API.
|
| net.sf.mmm.util.exception.base |
Contains public implementations of exception-utilities.
|
| net.sf.mmm.util.filter.base |
Contains public implementations of the
filtering-API. |
| net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| net.sf.mmm.util.lang.base.datatype.adapter.jackson |
Provides generic adapters to map datatypes for jackson.
|
| net.sf.mmm.util.lang.base.datatype.adapter.jpa |
Provides generic adapters to map datatypes for JPA.
|
| net.sf.mmm.util.lang.base.datatype.descriptor |
Contains the basic implementation of the Util Lang API for datatype description.
|
| net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
| net.sf.mmm.util.nls.impl.formatter |
Contains the implementation of formatters for the native language support (NLS).
|
| net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
| net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API. |
| net.sf.mmm.util.scanner.api |
Provides the API for scanners that help to parse character sequences
efficient and easily.
|
| net.sf.mmm.util.scanner.base |
Contains the base-implementations of the
Character Scanner API. |
| net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
| net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
| net.sf.mmm.util.transferobject.base |
Contains the basic implementation of the transfer-object API.
|
| net.sf.mmm.util.validation.api |
Provides the API for simple validation of values.
|
| net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API. |
| net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API. |
| net.sf.mmm.util.value.impl |
Contains the implementation of the
Value-Util API. |
| net.sf.mmm.util.version.api |
Provides the API for dealing with versions.
|
| net.sf.mmm.util.version.base |
Contains the base-implementations of the
Version API. |
| net.sf.mmm.util.version.impl |
Contains the implementation of the
Version API. |
| net.sf.mmm.util.xml.base |
Contains the base-implementation of the
XML-Util API. |
| Class and Description |
|---|
| EqualsChecker |
| HashCodeFunction
This (functional) interface allows to implement an external function to calculate the
hash code of an object of the type <VALUE>. |
| Class and Description |
|---|
| Datatype
This is the interface for a datatype.
|
| SimpleDatatype |
| Class and Description |
|---|
| Datatype
This is the interface for a datatype.
|
| SimpleDatatype |
| Class and Description |
|---|
| EnvironmentDetector
This is the interface for a detector of the environment.
|
| Class and Description |
|---|
| Conjunction
A
Conjunction represents a function that maps a list of boolean arguments to one boolean result. |
| Class and Description |
|---|
| AbstractDatatype
This is the abstract base implementation of a simple
Datatype. |
| AbstractEqualsChecker
This is the abstract base implementation of
EqualsChecker. |
| AbstractHashCodeFunction
This is the abstract base implementation of
HashCodeFunction. |
| AbstractSimpleDatatype
This is the abstract base implementation of a simple
Datatype. |
| AbstractSimpleDatatypeBase
This is the abstract base implementation of a simple
Datatype. |
| Alignment
This enum contains the available values for the alignment of an object.
|
| BooleanEnum
A
BooleanEnum represents a Boolean as enum type. |
| CharIterator
This is the interface for an
Iterator of primitive char values. |
| Comparator
Deprecated.
renamed to
CompareOperator to avoid confusion with Comparator. |
| CompareOperator
A
CompareOperator represents a function that compares two given values. |
| Conjunction
A
Conjunction represents a function that maps a list of boolean arguments to one boolean result. |
| Datatype
This is the interface for a datatype.
|
| DatatypeDescriptor
This is the interface to describe a
Datatype. |
| DatatypeSegmentDescriptor
This is the interface for a descriptor of a
segment. |
| Direction
This enum contains all possible directions.
|
| EnumDefinition
This is the interface for the definition of an
EnumType. |
| EnumType
This is the interface for a particular enumeration.
|
| EnumTypeWithCategory |
| EqualsChecker |
| EqualsCheckerIsEqual
This is an implementation of
EqualsChecker that simply delegates to Object.equals(Object). |
| EqualsCheckerIsSame
This is an implementation of
EqualsChecker that simply checks if two objects are same (identical
instances, checked via == operator). |
| Formatter
This is the interface for a formatter that allows to
format a given object of a
generic type. |
| HashCodeFunction
This (functional) interface allows to implement an external function to calculate the
hash code of an object of the type <VALUE>. |
| HashCodeFunctionDefault
This is the default implementation of
HashCodeFunction. |
| HashCodeFunctionSystemIdentity
This is an implementation of
HashCodeFunction that delegates to
System.identityHashCode(Object) and conforms to EqualsCheckerIsSame. |
| HorizontalAlignment
This enum represents a horizontal alignment (e.g.
|
| Orientation
This enum contains the available values for the orientation.
|
| Password |
| SimpleDatatype |
| SortOrder
This enum contains the possible values for the sort order of a list.
|
| StringSyntax
This interface defines the syntax for a decoding and encoding values from/to
String. |
| SystemInformation
This is the interface for a data-object containing structured of an operating system.
|
| VerticalAlignment
This enum represents a vertical alignment of some object.
|
| Class and Description |
|---|
| AbstractEqualsChecker
This is the abstract base implementation of
EqualsChecker. |
| BasicUtil
This is the interface for a collection of utility functions for very general operations especially for
dealing with Arrays.
|
| CharIterator
This is the interface for an
Iterator of primitive char values. |
| Datatype
This is the interface for a datatype.
|
| DatatypeDetector |
| EnumDefinition
This is the interface for the definition of an
EnumType. |
| EnumProvider
This is the interface for a generic provider of
enumerations. |
| EnumType
This is the interface for a particular enumeration.
|
| EnumTypeWithCategory |
| EnvironmentDetector
This is the interface for a detector of the environment.
|
| EqualsChecker |
| Formatter
This is the interface for a formatter that allows to
format a given object of a
generic type. |
| LocalizableFormatter
This is the interface for a
Formatter that is localizable. |
| Message
This is the interface for a message that gets displayed to an end-user.
|
| SimpleDatatype |
| StringSyntax
This interface defines the syntax for a decoding and encoding values from/to
String. |
| StringUtil
This is the interface for a collection of utility functions that help with
String handling and
manipulation. |
| SystemInformation
This is the interface for a data-object containing structured of an operating system.
|
| SystemUtil
This is the interface for a collection of utility functions that help to deal with things specific for the
operating system running this java virtual machine.
|
| Class and Description |
|---|
| DatatypeDescriptorManager
This is the interface for a manager of
DatatypeDescriptors for all supported Datatypes. |
| DatatypeDetector |
| DatatypeSegmentDescriptor
This is the interface for a descriptor of a
segment. |
| EnumProvider
This is the interface for a generic provider of
enumerations. |
| Class and Description |
|---|
| DatatypeDescriptor
This is the interface to describe a
Datatype. |
| DatatypeDescriptorManager
This is the interface for a manager of
DatatypeDescriptors for all supported Datatypes. |
| SimpleDatatype |
| Class and Description |
|---|
| DatatypeDescriptor
This is the interface to describe a
Datatype. |
| DatatypeDescriptorManager
This is the interface for a manager of
DatatypeDescriptors for all supported Datatypes. |
| DatatypeDetector |
| DatatypeSegmentDescriptor
This is the interface for a descriptor of a
segment. |
| SimpleDatatype |
| StringUtil
This is the interface for a collection of utility functions that help with
String handling and
manipulation. |
| Class and Description |
|---|
| Formatter
This is the interface for a formatter that allows to
format a given object of a
generic type. |
| Class and Description |
|---|
| CompareOperator
A
CompareOperator represents a function that compares two given values. |
| Formatter
This is the interface for a formatter that allows to
format a given object of a
generic type. |
| Visitor
This is the interface for a generic visitor that may
Visitor.visit(Object) values of a specific type. |
| Class and Description |
|---|
| GenericBean
This class is a simple java bean that has one generic property named
value. |
| Visitor
This is the interface for a generic visitor that may
Visitor.visit(Object) values of a specific type. |
| Class and Description |
|---|
| GenericBean
This class is a simple java bean that has one generic property named
value. |
| Visitor
This is the interface for a generic visitor that may
Visitor.visit(Object) values of a specific type. |
| Class and Description |
|---|
| StringSyntax
This interface defines the syntax for a decoding and encoding values from/to
String. |
| Class and Description |
|---|
| StringSyntax
This interface defines the syntax for a decoding and encoding values from/to
String. |
| Class and Description |
|---|
| Datatype
This is the interface for a datatype.
|
| SimpleDatatype |
| Class and Description |
|---|
| HorizontalAlignment
This enum represents a horizontal alignment (e.g.
|
| Class and Description |
|---|
| DatatypeDetector |
| Class and Description |
|---|
| Message
This is the interface for a message that gets displayed to an end-user.
|
| Class and Description |
|---|
| CompareOperator
A
CompareOperator represents a function that compares two given values. |
| Message
This is the interface for a message that gets displayed to an end-user.
|
| Class and Description |
|---|
| EnumProvider
This is the interface for a generic provider of
enumerations. |
| StringUtil
This is the interface for a collection of utility functions that help with
String handling and
manipulation. |
| Class and Description |
|---|
| StringUtil
This is the interface for a collection of utility functions that help with
String handling and
manipulation. |
| Class and Description |
|---|
| Datatype
This is the interface for a datatype.
|
| Formatter
This is the interface for a formatter that allows to
format a given object of a
generic type. |
| SimpleDatatype |
| Class and Description |
|---|
| Datatype
This is the interface for a datatype.
|
| SimpleDatatype |
| Class and Description |
|---|
| Datatype
This is the interface for a datatype.
|
| Formatter
This is the interface for a formatter that allows to
format a given object of a
generic type. |
| SimpleDatatype |
| StringUtil
This is the interface for a collection of utility functions that help with
String handling and
manipulation. |
| Class and Description |
|---|
| BasicUtil
This is the interface for a collection of utility functions for very general operations especially for
dealing with Arrays.
|
| CharIterator
This is the interface for an
Iterator of primitive char values. |
Copyright © 2001–2015 mmm-Team. All rights reserved.