| Package | Description |
|---|---|
| net.sf.mmm.util.date.api |
Provides the API for utilities that help to deal with date and time.
|
| net.sf.mmm.util.date.base |
Provides the basic implementation of utilities for dealing with date and time.
|
| net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
| net.sf.mmm.util.nls.impl |
Provides the GWT compatible implementations for this package.
|
| net.sf.mmm.util.value.base |
Contains the base-implementations of the
value API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Iso8601Util
This is a collection of utility functions for formatting and parsing dates according to ISO 8601 formats.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Iso8601UtilImpl
This is the implementation of the
Iso8601Util interface. |
class |
Iso8601UtilLimitedImpl
This is the implementation of the
Iso8601UtilLimited interface. |
| Modifier and Type | Method and Description |
|---|---|
static Iso8601UtilLimited |
Iso8601UtilLimitedImpl.getInstance()
This method gets the singleton instance of this
Iso8601UtilImpl. |
| Modifier and Type | Method and Description |
|---|---|
Iso8601UtilLimited |
NlsDependencies.getIso8601Util()
This method gets the
Iso8601UtilLimited. |
| Modifier and Type | Field and Description |
|---|---|
private Iso8601UtilLimited |
NlsDependenciesImpl.iso8601Util |
| Modifier and Type | Method and Description |
|---|---|
Iso8601UtilLimited |
NlsDependenciesImpl.getIso8601Util() |
| Modifier and Type | Method and Description |
|---|---|
void |
NlsDependenciesImpl.setIso8601Util(Iso8601UtilLimited iso8601Util) |
| Modifier and Type | Field and Description |
|---|---|
private Iso8601UtilLimited |
SimpleGenericValueConverterImpl.iso8601Util |
| Modifier and Type | Method and Description |
|---|---|
protected Iso8601UtilLimited |
SimpleGenericValueConverterImpl.getIso8601Util() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleGenericValueConverterImpl.setIso8601Util(Iso8601UtilLimited iso8601Util) |
Copyright © 2001–2016 mmm-Team. All rights reserved.