Uses of Enum Class
net.time4j.tz.OverlapResolver
Packages that use OverlapResolver
-
Uses of OverlapResolver in net.time4j.tz
Methods in net.time4j.tz that return OverlapResolverModifier 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.Methods in net.time4j.tz with parameters of type OverlapResolverModifier 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.