Uses of Class
com.aoapps.lang.time.Instant
-
Packages that use Instant Package Description com.aoapps.lang.time -
-
Uses of Instant in com.aoapps.lang.time
Fields in com.aoapps.lang.time declared as Instant Modifier and Type Field Description static InstantInstant. EPOCHDeprecated.Methods in com.aoapps.lang.time that return Instant Modifier and Type Method Description static InstantClock. instant()Deprecated.Gets the current time with up to millisecond precision.InstantInstant. plusNanos(long nanosToAdd)Deprecated.static InstantInstant. valueOf(String s)Deprecated.Parses an Instant's string representation.Methods in com.aoapps.lang.time with parameters of type Instant Modifier and Type Method Description static DurationDuration. between(Instant startInclusive, Instant endExclusive)Deprecated.intInstant. compareTo(Instant other)Deprecated.booleanInstant. equals(Instant other)Deprecated.
-