| Years | Years. abs() | Returns a copy of this duration with a positive length. | 
| static Years | Years. between(Temporal startDateInclusive,
       Temporal endDateExclusive) | Obtains a Yearsconsisting of the number of years between two dates. | 
| Years | Years. dividedBy(int divisor) | Returns an instance with the amount divided by the specified divisor. | 
| static Years | Years. from(TemporalAmount amount) | Obtains an instance of Yearsfrom a temporal amount. | 
| Years | Years. minus(int years) | Returns a copy of this amount with the specified number of years subtracted. | 
| Years | Years. minus(TemporalAmount amountToSubtract) | Returns a copy of this amount with the specified amount subtracted. | 
| Years | Years. multipliedBy(int scalar) | Returns an instance with the amount multiplied by the specified scalar. | 
| Years | Years. negated() | Returns an instance with the amount negated. | 
| static Years | Years. of(int years) | Obtains a Yearsrepresenting a number of years. | 
| static Years | Years. parse(CharSequence text) | Obtains a Yearsfrom a text string such asPnY. | 
| Years | Years. plus(int years) | Returns a copy of this amount with the specified number of years added. | 
| Years | Years. plus(TemporalAmount amountToAdd) | Returns a copy of this amount with the specified amount added. |