Class/Object

java.time

Year

Related Docs: object Year | package time

Permalink

class Year extends Wraps[com.zoepepper.facades.jsjoda.Year] with Comparable[Year] with Temporal with TemporalAdjuster

Linear Supertypes
TemporalAdjuster, Temporal, TemporalAccessor, Comparable[Year], Wraps[com.zoepepper.facades.jsjoda.Year], Wrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Year
  2. TemporalAdjuster
  3. Temporal
  4. TemporalAccessor
  5. Comparable
  6. Wraps
  7. Wrapper
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Year(f: com.zoepepper.facades.jsjoda.Year)

    Permalink
    Attributes
    protected[java.time]

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def adjustInto(temporal: Temporal): Temporal

    Permalink
    Definition Classes
    TemporalAdjuster
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def atDay(dayOfYear: Int): LocalDate

    Permalink
  7. def atMonth(month: Month): YearMonth

    Permalink
  8. def atMonth(month: Int): YearMonth

    Permalink
  9. def atMonthDay(monthDay: MonthDay): LocalDate

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compareTo(other: Year): Int

    Permalink
    Definition Classes
    Year → Comparable
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Year → AnyRef → Any
  14. val f: com.zoepepper.facades.jsjoda.Year

    Permalink
    Attributes
    protected[java]
    Definition Classes
    WrapsWrapper
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def format(formatter: DateTimeFormatter): String

    Permalink
  17. def get(field: TemporalField): Int

    Permalink
    Definition Classes
    TemporalAccessor
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getLong(field: TemporalField): Long

    Permalink
    Definition Classes
    TemporalAccessor
  20. def getValue(): Int

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def isAfter(other: Year): Boolean

    Permalink
  23. def isBefore(other: Year): Boolean

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isLeap(): Boolean

    Permalink
  26. def isSupported(unit: TemporalUnit): Boolean

    Permalink
  27. def isSupported(field: TemporalField): Boolean

    Permalink
    Definition Classes
    TemporalAccessor
  28. def isValidMonthDay(monthDay: MonthDay): Boolean

    Permalink
  29. def length(): Int

    Permalink
  30. def minus(amountToSubtract: TemporalAmount): Year

    Permalink
    Definition Classes
    YearTemporal
  31. def minus(amountToSubtract: Long, unit: TemporalUnit): Year

    Permalink
    Definition Classes
    YearTemporal
  32. def minusYears(yearsToSubtract: Long): Year

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def plus(amountToAdd: TemporalAmount): Year

    Permalink
    Definition Classes
    YearTemporal
  37. def plus(amountToAdd: Long, unit: TemporalUnit): Year

    Permalink
    Definition Classes
    YearTemporal
  38. def plusYears(yearsToAdd: Long): Year

    Permalink
  39. def query[T](query: TemporalQuery[T]): T

    Permalink
    Definition Classes
    TemporalAccessor
  40. def range(field: TemporalField): ValueRange

    Permalink
    Definition Classes
    TemporalAccessor
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. val temporalAccessorF: TemporalAccessor

    Permalink
    Attributes
    protected[java.time]
    Definition Classes
    TemporalAccessor
  43. val temporalAdjusterF: TemporalAdjuster

    Permalink
    Attributes
    protected[java.time]
    Definition Classes
    TemporalAdjuster
  44. val temporalF: Temporal

    Permalink
    Attributes
    protected[java.time]
    Definition Classes
    Temporal
  45. def toString(): String

    Permalink
    Definition Classes
    Year → AnyRef → Any
  46. def until(endExclusive: Temporal, unit: TemporalUnit): Long

    Permalink
    Definition Classes
    Temporal
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def with(field: TemporalField, newValue: Long): Year

    Permalink
    Definition Classes
    YearTemporal
  51. def with(adjuster: TemporalAdjuster): Year

    Permalink
    Definition Classes
    YearTemporal

Inherited from TemporalAdjuster

Inherited from Temporal

Inherited from TemporalAccessor

Inherited from Comparable[Year]

Inherited from Wraps[com.zoepepper.facades.jsjoda.Year]

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Ungrouped