| Package | Description |
|---|---|
| net.time4j.tz |
General timezone-API.
|
| Modifier and Type | Method and Description |
|---|---|
static OverlapResolver |
OverlapResolver.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverlapResolver[] |
OverlapResolver.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransitionStrategy |
GapResolver.and(OverlapResolver overlapResolver)
Yields a transition strategy as combination of given overlap resolver
and this instance.
|
default TransitionStrategy |
TransitionStrategy.using(OverlapResolver resolver)
Tries to change the overlap handling.
|
Copyright © 2014–2017. All rights reserved.