Package Summary Overview Summary |
class:Duration [NONE] |
|
|
field:ZERO [NONE] |
|
|
method:ofDays(long) [NONE] |
|
|
method:ofHours(long) [NONE] |
|
|
method:ofMinutes(long) [NONE] |
|
|
method:ofSeconds(long) [NONE] |
|
|
method:ofSeconds(long, long) [NONE] |
|
|
method:ofMillis(long) [NONE] |
|
|
method:ofNanos(long) [NONE] |
|
|
method:of(long, java.time.temporal.TemporalUnit) [NONE] |
|
|
method:from(java.time.temporal.TemporalAmount) [NONE] |
|
|
method:parse(java.lang.CharSequence) [CHANGED] |
||||
|
method:between(java.time.temporal.Temporal, java.time.temporal.Temporal) [NONE] |
|
|
method:get(java.time.temporal.TemporalUnit) [NONE] |
|
|
method:getUnits() [CHANGED] |
||||
|
method:isNegative() [NONE] |
|
|
method:getSeconds() [NONE] |
|
|
method:getNano() [NONE] |
|
|
method:withSeconds(long) [NONE] |
|
|
method:withNanos(int) [NONE] |
|
|
method:plus(java.time.Duration) [NONE] |
|
|
method:plus(long, java.time.temporal.TemporalUnit) [CHANGED] |
||||
|
method:plusDays(long) [NONE] |
|
|
method:plusHours(long) [NONE] |
|
|
method:plusMinutes(long) [NONE] |
|
|
method:plusSeconds(long) [NONE] |
|
|
method:plusMillis(long) [NONE] |
|
|
method:plusNanos(long) [NONE] |
|
|
method:minus(java.time.Duration) [NONE] |
|
|
method:minus(long, java.time.temporal.TemporalUnit) [CHANGED] |
||||
|
method:minusDays(long) [NONE] |
|
|
method:minusHours(long) [NONE] |
|
|
method:minusMinutes(long) [NONE] |
|
|
method:minusSeconds(long) [NONE] |
|
|
method:minusMillis(long) [NONE] |
|
|
method:minusNanos(long) [NONE] |
|
|
method:multipliedBy(long) [NONE] |
|
|
method:dividedBy(long) [NONE] |
|
|
method:dividedBy(java.time.Duration) [ADDED] |
|
|
method:negated() [NONE] |
|
|
method:abs() [NONE] |
|
|
method:addTo(java.time.temporal.Temporal) [NONE] |
|
|
method:subtractFrom(java.time.temporal.Temporal) [NONE] |
|
|
method:toDays() [NONE] |
|
|
method:toHours() [NONE] |
|
|
method:toMinutes() [NONE] |
|
|
method:toSeconds() [ADDED] |
|
|
method:toMillis() [NONE] |
|
|
method:toNanos() [NONE] |
|
|
method:toDaysPart() [ADDED] |
|
|
method:toHoursPart() [ADDED] |
|
|
method:toMinutesPart() [ADDED] |
|
|
method:toSecondsPart() [ADDED] |
|
|
method:toMillisPart() [ADDED] |
|
|
method:toNanosPart() [ADDED] |
|
|
method:truncatedTo(java.time.temporal.TemporalUnit) [ADDED] |
|
|
method:compareTo(java.time.Duration) [NONE] |
|
|
method:equals(java.lang.Object) [NONE] |
|
|
method:hashCode() [NONE] |
|
|
method:toString() [CHANGED] |
||||
|
© 2017 Oracle Corporation and/or its affiliates