See: Description
| Interface | Description |
|---|---|
| DurationUtil |
This is a collection of utility functions for dealing with time and durations.
|
| Iso8601Util |
This is a collection of utility functions for formatting and parsing dates according to ISO 8601 formats.
|
| Iso8601UtilLimited |
This is a limited subset of
Iso8601Util that is GWT compatible. |
| Class | Description |
|---|---|
| Helper |
Helper for code that is GWT incompatible and needs to be super-sourced.
|
| TimeMeasure |
This class makes it very easy to do performance monitoring.
|
| Enum | Description |
|---|---|
| TimeMeasure.Result |
The state of the completion.
|
| Exception | Description |
|---|---|
| IllegalDateFormatException |
This is the exception thrown if a date given as string was illegal.
|
Date and
Calendar are very poor. This problem has been solved with Java 8 and JSR310. Where ever possible we
strongly encourage you to use JSR310 (java.time.*).
However until then and for some other gaps you might find helpful types in this package. Iso8601Util comes with support to format and parse date and time
according to this standard in a stateless and thread-safe way. Further for for simplifying performance measurement
there is TimeMeasure that makes your life easier.Copyright © 2001–2015 mmm-Team. All rights reserved.