Java java.time.temporal Temporal fields, constructors, methods, implement or subclass

Example usage for Java java.time.temporal Temporal fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.time.temporal Temporal.

The text is from its open source code.

Implementation

java.time.temporal.Temporal has the following implementations.
Click this link to see all its implementation.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
intget(TemporalField field)
Gets the value of the specified field as an int .
booleanisSupported(TemporalUnit unit)
Checks if the specified unit is supported.
Temporalplus(TemporalAmount amount)
Returns an object of the same type as this object with an amount added.
Temporalplus(long amountToAdd, TemporalUnit unit)
Returns an object of the same type as this object with the specified period added.
StringtoString()
Returns a string representation of the object.
Temporalwith(TemporalAdjuster adjuster)
Returns an adjusted object of the same type as this object with the adjustment made.
Temporalwith(TemporalField field, long newValue)
Returns an object of the same type as this object with the specified field altered.