| Package | Description |
|---|---|
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Attributes.Builder.build()
Creates a new unmodifiable collection of format attributes.
|
static Attributes |
Attributes.empty()
Represents an empty collection of format attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes.Builder |
Attributes.Builder.setAll(Attributes attributes)
Accepts all given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoFormatter<T> |
ChronoFormatter.Builder.build(Attributes attributes)
Finishes the build and creates a new
ChronoFormatter. |
ChronoFormatter<T> |
ChronoFormatter.with(Attributes attributes)
Creates a copy of this formatter with given standard attributes.
|
Copyright © 2014–2021. All rights reserved.