final class Year extends TemporalAccessor with Temporal with TemporalAdjuster with Comparable[Year] with Serializable
Created by alonsodomin on 24/12/2015.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Year
- Serializable
- Comparable
- TemporalAdjuster
- Temporal
- TemporalAccessor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adjustInto(temporal: Temporal): Temporal
- Definition Classes
- Year → TemporalAdjuster
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atDay(dayOfYear: Int): LocalDate
- def atMonth(month: Int): YearMonth
- def atMonth(month: Month): YearMonth
- def atMonthDay(monthDay: MonthDay): LocalDate
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(other: Year): Int
- Definition Classes
- Year → Comparable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Year → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(field: TemporalField): Int
- Definition Classes
- Year → TemporalAccessor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLong(field: TemporalField): Long
- Definition Classes
- Year → TemporalAccessor
- def getValue(): Int
- def hashCode(): Int
- Definition Classes
- Year → AnyRef → Any
- def isAfter(other: Year): Boolean
- def isBefore(other: Year): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLeap(): Boolean
- def isSupported(unit: TemporalUnit): Boolean
- def isSupported(field: TemporalField): Boolean
- Definition Classes
- Year → TemporalAccessor
- def isValidMonthDay(monthDay: MonthDay): Boolean
- def length(): Int
- def minus(amount: Long, unit: TemporalUnit): Year
- def minus(amount: TemporalAmount): Year
- def minusYears(amount: Long): Year
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def plus(amount: Long, unit: TemporalUnit): Year
- def plus(amount: TemporalAmount): Temporal
- Definition Classes
- Temporal
- def plusYears(amount: Long): Year
- def range(field: TemporalField): ValueRange
- Definition Classes
- TemporalAccessor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Year → AnyRef → Any
- def until(end: Temporal, unit: TemporalUnit): Long
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def with(field: TemporalField, value: Long): Year
- def with(adjuster: TemporalAdjuster): Temporal
- Definition Classes
- Temporal