Item % of partially implemented % of fully implemented
java.time
100
MIN_VALUE : int
MAX_VALUE : int
now() : Year
now(ZoneId) : Year
now(Clock) : Year
of(int) : Year
isLeap(long) : boolean
getValue() : int
isSupported(TemporalField) : boolean
isSupported(TemporalUnit) : boolean
get(TemporalField) : int
getLong(TemporalField) : long
isLeap() : boolean
isValidMonthDay(MonthDay) : boolean
length() : int
with(TemporalField, long) : Year
plus(long, TemporalUnit) : Year
plusYears(long) : Year
minus(long, TemporalUnit) : Year
minusYears(long) : Year
adjustInto(Temporal) : Temporal
until(Temporal, TemporalUnit) : long
atDay(int) : LocalDate
atMonth(Month) : YearMonth
atMonth(int) : YearMonth
atMonthDay(MonthDay) : LocalDate
compareTo(Year) : int
isAfter(Year) : boolean
isBefore(Year) : boolean
equals(Object) : boolean
hashCode() : int
toString() : String
minus(long, TemporalUnit) : Temporal
plus(long, TemporalUnit) : Temporal
with(TemporalField, long) : Temporal
compareTo(Object) : int