Gets the set of units supported by this period.
!(p)
The supported units are chronology specific.
They will typically be {@link ChronoUnit#YEARS YEARS},
{@link ChronoUnit#MONTHS MONTHS} and {@link ChronoUnit#DAYS DAYS}.
They are returned _in order from largest to smallest.
!(p)
This set can be used _in conjunction with {@link #get(TemporalUnit)}
to access the entire state of the period.
@return a list containing the supported units, not null
Gets the set of units supported by this period. !(p) The supported units are chronology specific. They will typically be {@link ChronoUnit#YEARS YEARS}, {@link ChronoUnit#MONTHS MONTHS} and {@link ChronoUnit#DAYS DAYS}. They are returned _in order from largest to smallest. !(p) This set can be used _in conjunction with {@link #get(TemporalUnit)} to access the entire state of the period.
@return a list containing the supported units, not null