Item | % of partially implemented | % of fully implemented |
---|---|---|
java.time |
||
100 | ||
EPOCH : Instant |
||
MIN : Instant |
||
MAX : Instant |
||
now() : Instant |
||
ofEpochSecond(long) : Instant |
||
ofEpochSecond(long, long) : Instant |
||
ofEpochMilli(long) : Instant |
||
from(TemporalAccessor) : Instant |
||
parse(CharSequence) : Instant |
||
isSupported(TemporalField) : boolean |
||
isSupported(TemporalUnit) : boolean |
||
range(TemporalField) : ValueRange |
||
get(TemporalField) : int |
||
getLong(TemporalField) : long |
||
getEpochSecond() : long |
||
getNano() : int |
||
with(TemporalAdjuster) : Instant |
||
with(TemporalField, long) : Instant |
||
truncatedTo(TemporalUnit) : Instant |
||
plus(TemporalAmount) : Instant |
||
plus(long, TemporalUnit) : Instant |
||
plusSeconds(long) : Instant |
||
plusMillis(long) : Instant |
||
plusNanos(long) : Instant |
||
minus(TemporalAmount) : Instant |
||
minus(long, TemporalUnit) : Instant |
||
minusSeconds(long) : Instant |
||
minusMillis(long) : Instant |
||
minusNanos(long) : Instant |
||
query(TemporalQuery) : Object |
||
until(Temporal, TemporalUnit) : long |
||
atOffset(ZoneOffset) : OffsetDateTime |
||
atZone(ZoneId) : ZonedDateTime |
||
toEpochMilli() : long |
||
compareTo(Instant) : int |
||
isAfter(Instant) : boolean |
||
isBefore(Instant) : boolean |
||
equals(Object) : boolean |
||
hashCode() : int |
||
toString() : String |
||
minus(long, TemporalUnit) : Temporal |
||
minus(TemporalAmount) : Temporal |
||
plus(long, TemporalUnit) : Temporal |
||
plus(TemporalAmount) : Temporal |
||
with(TemporalField, long) : Temporal |
||
with(TemporalAdjuster) : Temporal |
||
compareTo(Object) : int |