Uses of Enum Class
net.time4j.tz.OverlapResolver
-
Uses of OverlapResolver in net.time4j.tz
Modifier and TypeMethodDescriptionstatic OverlapResolver
Returns the enum constant of this class with the specified name.static OverlapResolver[]
OverlapResolver.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionGapResolver.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.