public interface java.time.temporal.TemporalAmount
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: java.time.temporal.TemporalAmount
super_class: java.lang.Object
{
public abstract long get(java.time.temporal.TemporalUnit);
descriptor: (Ljava/time/temporal/TemporalUnit;)J
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
unit
public abstract java.util.List<java.time.temporal.TemporalUnit> getUnits();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<Ljava/time/temporal/TemporalUnit;>;
public abstract java.time.temporal.Temporal addTo(java.time.temporal.Temporal);
descriptor: (Ljava/time/temporal/Temporal;)Ljava/time/temporal/Temporal;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
temporal
public abstract java.time.temporal.Temporal subtractFrom(java.time.temporal.Temporal);
descriptor: (Ljava/time/temporal/Temporal;)Ljava/time/temporal/Temporal;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
temporal
}
SourceFile: "TemporalAmount.java"