| 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.lang.api |
Provides the API for utilities of general purpose.
|
| net.sf.mmm.util.lang.api.attribute |
Contains abstract interfaces for common attributes of objects.
|
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
| 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.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. |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeNodeSimple<VALUE>
This is a simple but generic implementation of
TreeNode. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityId
This is the interface for an ID that uniquely identifies an object of a particular type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityId
This is the abstract base implementation of
EntityId. |
class |
EntityIdImpl
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EnumDefinition<TYPE,CATEGORY>
This is the interface for the definition of an
EnumType. |
interface |
EnumType<V>
This is the interface for a particular enumeration.
|
interface |
EnumTypeWithCategory<V,CATEGORY>
|
interface |
SimpleDatatype<V>
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleDatatype<V>
This is the abstract base implementation of a simple
Datatype. |
class |
AbstractSimpleDatatypeBase<V>
This is the abstract base implementation of a simple
Datatype. |
class |
Alignment
This enum contains the available values for the alignment of an object.
|
class |
BooleanEnum
A
BooleanEnum represents a Boolean as enum type. |
class |
Comparator
Deprecated.
renamed to
CompareOperator to avoid confusion with Comparator. |
class |
CompareOperator
A
CompareOperator represents a function that compares two given values. |
class |
Conjunction
A
Conjunction represents a function that maps a list of boolean arguments to one boolean result. |
class |
Direction
This enum contains all possible directions.
|
class |
GenericBean<TYPE>
This class is a simple java bean that has one generic property named
value. |
class |
HorizontalAlignment
This enum represents a horizontal alignment (e.g.
|
class |
Orientation
This enum contains the available values for the orientation.
|
class |
Password
|
class |
SortOrder
This enum contains the possible values for the sort order of a list.
|
class |
VerticalAlignment
This enum represents a vertical alignment of some object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeWriteValue<VALUE>
This interface gives read and write access to the
value of an object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEnumDefinition<TYPE,CATEGORY>
This class implements
EnumDefinition for a java Enum. |
class |
AbstractSimpleEnumDefinition<TYPE>
This is the abstract base implementation of
EnumDefinition with no category
and a static set of enum values. |
class |
BooleanEnumDefinition
This is the default
EnumDefinition for the type Boolean. |
class |
EnumEnumDefinition<TYPE extends Enum<TYPE>,CATEGORY>
This class implements
EnumDefinition for a java Enum. |
class |
EnumEnumType
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiacriticalMark
This enum contains the most important diacritical marks.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValidatableObject<V>
|
| Modifier and Type | Field and Description |
|---|---|
private AttributeReadValue<V> |
ValidatorCompare.valueSource |
| Constructor and Description |
|---|
ValidatorCompare(CompareOperator comparator,
AttributeReadValue<V> valueSource,
String source)
The constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VersionIdentifier
A
VersionIdentifier is a version identifying a particular state of an object under version control. |
| Modifier and Type | Class and Description |
|---|---|
class |
DevelopmentPhase
A
DevelopmentPhase represents the state of development of an artifact. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVersionIdentifier
This is the abstract base implementation of
VersionIdentifier. |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionIdentifierImpl
This is the abstract base implementation of
VersionIdentifier. |
Copyright © 2001–2015 mmm-Team. All rights reserved.