Item | % of partially implemented | % of fully implemented |
---|---|---|
java.time |
||
85 | ||
ZERO : Duration |
||
ofDays(long) : Duration |
||
ofHours(long) : Duration |
||
ofMinutes(long) : Duration |
||
ofSeconds(long) : Duration |
||
ofSeconds(long, long) : Duration |
||
ofMillis(long) : Duration |
||
ofNanos(long) : Duration |
||
of(long, TemporalUnit) : Duration |
||
from(TemporalAmount) : Duration |
||
parse(CharSequence) : Duration |
||
get(TemporalUnit) : long |
||
getUnits() : List |
||
isZero() : boolean |
||
isNegative() : boolean |
||
getSeconds() : long |
||
getNano() : int |
||
withSeconds(long) : Duration |
||
withNanos(int) : Duration |
||
plus(long, TemporalUnit) : Duration |
||
plusDays(long) : Duration |
||
plusHours(long) : Duration |
||
plusMinutes(long) : Duration |
||
plusSeconds(long) : Duration |
||
plusMillis(long) : Duration |
||
plusNanos(long) : Duration |
||
minus(long, TemporalUnit) : Duration |
||
minusDays(long) : Duration |
||
minusHours(long) : Duration |
||
minusMinutes(long) : Duration |
||
minusSeconds(long) : Duration |
||
minusMillis(long) : Duration |
||
minusNanos(long) : Duration |
||
multipliedBy(long) : Duration |
||
dividedBy(long) : Duration |
||
dividedBy(Duration) : long |
||
negated() : Duration |
||
abs() : Duration |
||
toDays() : long |
||
toHours() : long |
||
toMinutes() : long |
||
toSeconds() : long |
||
toMillis() : long |
||
toNanos() : long |
||
toDaysPart() : long |
||
toHoursPart() : int |
||
toMinutesPart() : int |
||
toSecondsPart() : int |
||
toMillisPart() : int |
||
toNanosPart() : int |
||
truncatedTo(TemporalUnit) : Duration |
||
compareTo(Duration) : int |
||
equals(Object) : boolean |
||
hashCode() : int |
||
toString() : String |
||
compareTo(Object) : int |