Searched defs:periods (Results 1 - 1 of 1) sorted by relevance

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DZoneOffsetPeriod.java85 /** Splits a period in two at the specified instant, returning the generated periods. */
169 * A class for establishing when multiple periods are identical.
173 private final List<ZoneOffsetPeriod> periods; field in class:ZoneOffsetPeriod.ZonePeriodsKey
175 public ZonePeriodsKey(List<ZoneOffsetPeriod> periods) { argument
176 this.periods = periods;
188 return Objects.equals(periods, zoneKey.periods);
193 return Objects.hash(periods);
199 "periods
[all...]

Completed in 32 milliseconds