Item | % of partially implemented | % of fully implemented |
---|---|---|
java.time |
||
100 | ||
now() : ZonedDateTime |
||
now(ZoneId) : ZonedDateTime |
||
now(Clock) : ZonedDateTime |
||
of(int, int, int, int, int, int, int, ZoneId) : ZonedDateTime |
||
from(TemporalAccessor) : ZonedDateTime |
||
parse(CharSequence) : ZonedDateTime |
||
isSupported(TemporalField) : boolean |
||
isSupported(TemporalUnit) : boolean |
||
range(TemporalField) : ValueRange |
||
get(TemporalField) : int |
||
getLong(TemporalField) : long |
||
getOffset() : ZoneOffset |
||
withEarlierOffsetAtOverlap() : ZonedDateTime |
||
withLaterOffsetAtOverlap() : ZonedDateTime |
||
getZone() : ZoneId |
||
withZoneSameLocal(ZoneId) : ZonedDateTime |
||
withZoneSameInstant(ZoneId) : ZonedDateTime |
||
withFixedOffsetZone() : ZonedDateTime |
||
toLocalDateTime() : LocalDateTime |
||
toLocalDate() : LocalDate |
||
getYear() : int |
||
getMonthValue() : int |
||
getMonth() : Month |
||
getDayOfMonth() : int |
||
getDayOfYear() : int |
||
getDayOfWeek() : DayOfWeek |
||
toLocalTime() : LocalTime |
||
getHour() : int |
||
getMinute() : int |
||
getSecond() : int |
||
getNano() : int |
||
with(TemporalAdjuster) : ZonedDateTime |
||
with(TemporalField, long) : ZonedDateTime |
||
withYear(int) : ZonedDateTime |
||
withMonth(int) : ZonedDateTime |
||
withDayOfMonth(int) : ZonedDateTime |
||
withDayOfYear(int) : ZonedDateTime |
||
withHour(int) : ZonedDateTime |
||
withMinute(int) : ZonedDateTime |
||
withSecond(int) : ZonedDateTime |
||
withNano(int) : ZonedDateTime |
||
truncatedTo(TemporalUnit) : ZonedDateTime |
||
plus(TemporalAmount) : ZonedDateTime |
||
plus(long, TemporalUnit) : ZonedDateTime |
||
plusYears(long) : ZonedDateTime |
||
plusMonths(long) : ZonedDateTime |
||
plusWeeks(long) : ZonedDateTime |
||
plusDays(long) : ZonedDateTime |
||
plusHours(long) : ZonedDateTime |
||
plusMinutes(long) : ZonedDateTime |
||
plusSeconds(long) : ZonedDateTime |
||
plusNanos(long) : ZonedDateTime |
||
minus(TemporalAmount) : ZonedDateTime |
||
minus(long, TemporalUnit) : ZonedDateTime |
||
minusYears(long) : ZonedDateTime |
||
minusMonths(long) : ZonedDateTime |
||
minusWeeks(long) : ZonedDateTime |
||
minusDays(long) : ZonedDateTime |
||
minusHours(long) : ZonedDateTime |
||
minusMinutes(long) : ZonedDateTime |
||
minusSeconds(long) : ZonedDateTime |
||
minusNanos(long) : ZonedDateTime |
||
query(TemporalQuery) : Object |
||
until(Temporal, TemporalUnit) : long |
||
format(DateTimeFormatter) : String |
||
toOffsetDateTime() : OffsetDateTime |
||
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 |
||
minus(long, TemporalUnit) : ChronoZonedDateTime |
||
minus(TemporalAmount) : ChronoZonedDateTime |
||
plus(long, TemporalUnit) : ChronoZonedDateTime |
||
plus(TemporalAmount) : ChronoZonedDateTime |
||
with(TemporalField, long) : ChronoZonedDateTime |
||
with(TemporalAdjuster) : ChronoZonedDateTime |
||
withZoneSameInstant(ZoneId) : ChronoZonedDateTime |
||
withZoneSameLocal(ZoneId) : ChronoZonedDateTime |
||
withLaterOffsetAtOverlap() : ChronoZonedDateTime |
||
withEarlierOffsetAtOverlap() : ChronoZonedDateTime |
||
toLocalDateTime() : ChronoLocalDateTime |
||
toLocalDate() : ChronoLocalDate |