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 OverlapResolverReturns 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 TransitionStrategyTransitionStrategy.using(OverlapResolver resolver)Tries to change the overlap handling.