| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| net.time4j.sql |
Bridge to JDBC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TemporalType<S,T>
Serves as bridge to temporal types of JDK or other date and time
libraries.
|
| Modifier and Type | Method and Description |
|---|---|
static <S> Chronology<S> |
Moment.axis(Converter<S,Moment> converter)
Provides a static access to the associated time axis using the foreign type S.
|
static <S> Chronology<S> |
PlainDate.axis(Converter<S,PlainDate> converter)
Provides a static access to the associated time axis using the foreign type S.
|
static <S> Chronology<S> |
PlainTime.axis(Converter<S,PlainTime> converter)
Provides a static access to the associated time axis using the foreign type S.
|
static <S> Chronology<S> |
PlainTimestamp.axis(Converter<S,PlainTimestamp> converter)
Provides a static access to the associated time axis using the foreign type S.
|
| Constructor and Description |
|---|
BridgeChronology(Converter<S,T> converter,
Chronology<T> delegate)
Constructs a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCAdapter<S,T>
Serves as bridge to temporal types in JDBC.
|
Copyright © 2014–2017. All rights reserved.