Gets the next transition after the specified instant.
!(p)
This returns details of the next transition after the specified instant.
For example, if the instant represents a point where "Summer" daylight savings time
applies, then the method will return the transition to the next "Winter" time.
@param instant the instant to get the next transition after, not null, but null
may be ignored if the rules have a single offset for all instants
@return the next transition after the specified instant, null if this is after the last transition
Gets the next transition after the specified instant. !(p) This returns details of the next transition after the specified instant. For example, if the instant represents a point where "Summer" daylight savings time applies, then the method will return the transition to the next "Winter" time.
@param instant the instant to get the next transition after, not null, but null may be ignored if the rules have a single offset for all instants @return the next transition after the specified instant, null if this is after the last transition