Item % of partially implemented % of fully implemented
java.time
98
now() : OffsetTime
of(int, int, int, int, ZoneOffset) : OffsetTime
ofInstant(Instant, ZoneId) : OffsetTime
isSupported(TemporalField) : boolean
isSupported(TemporalUnit) : boolean
get(TemporalField) : int
getLong(TemporalField) : long
getOffset() : ZoneOffset
withOffsetSameLocal(ZoneOffset) : OffsetTime
withOffsetSameInstant(ZoneOffset) : OffsetTime
toLocalTime() : LocalTime
getHour() : int
getMinute() : int
getSecond() : int
getNano() : int
withHour(int) : OffsetTime
withMinute(int) : OffsetTime
withSecond(int) : OffsetTime
withNano(int) : OffsetTime
truncatedTo(TemporalUnit) : OffsetTime
plus(long, TemporalUnit) : OffsetTime
plusHours(long) : OffsetTime
plusMinutes(long) : OffsetTime
plusSeconds(long) : OffsetTime
plusNanos(long) : OffsetTime
minus(long, TemporalUnit) : OffsetTime
minusHours(long) : OffsetTime
minusMinutes(long) : OffsetTime
minusSeconds(long) : OffsetTime
minusNanos(long) : OffsetTime
adjustInto(Temporal) : Temporal
until(Temporal, TemporalUnit) : long
toEpochSecond(LocalDate) : long
compareTo(OffsetTime) : int
isAfter(OffsetTime) : boolean
isBefore(OffsetTime) : boolean
isEqual(OffsetTime) : boolean
equals(Object) : boolean
hashCode() : int
toString() : String
minus(long, TemporalUnit) : Temporal
plus(long, TemporalUnit) : Temporal
with(TemporalField, long) : Temporal
compareTo(Object) : int