final class JewishYear extends YearBase

Linear Supertypes
Jewish.YearBase, LanguageString, Numbered, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JewishYear
  2. YearBase
  3. LanguageString
  4. Numbered
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JewishYear(number: Int)

Type Members

  1. final type T = Year
    Definition Classes
    YearBase → Numbered

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def +(change: Int): Year
    Definition Classes
    YearBase
  4. final def -(change: Int): Year
    Definition Classes
    YearBase
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def character: YearCharacter
    Definition Classes
    JewishYearYearBase
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def containsMonth(name: JewishMonthCompanion.Name): Boolean
    Definition Classes
    YearBase
  10. final def days: Seq[Day]
    Definition Classes
    YearBase
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def equals(other: Any): Boolean
    Definition Classes
    Numbered → AnyRef → Any
  13. final def firstDay: Day
    Definition Classes
    YearBase
  14. def firstDayNumber: Int
    Definition Classes
    JewishYearYearBase
  15. final def firstMonth: Month
    Definition Classes
    YearBase
  16. final def firstMonthNumber: Int
    Definition Classes
    YearBase
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def hashCode(): Int
    Definition Classes
    Numbered → AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def isLeap: Boolean
    Definition Classes
    YearBase
  21. def isShemittah: Boolean
  22. def kind: Kind
  23. final def lastDay: Day
    Definition Classes
    YearBase
  24. final def lastMonth: Month
    Definition Classes
    YearBase
  25. def latestAdar: Month
  26. def lengthInDays: Int
    Definition Classes
    JewishYearYearBase
  27. final def lengthInMonths: Int
    Definition Classes
    YearBase
  28. final def month(name: JewishMonthCompanion.Name): Month
    Definition Classes
    YearBase
  29. final def month(numberInYear: Int): Month
    Definition Classes
    YearBase
  30. final def monthAndDay(when: Jewish.MonthAndDay): Day
    Definition Classes
    YearBase
  31. final def months: Seq[Month]
    Definition Classes
    YearBase
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def newMoon: Moment
  34. def newYearDelay: Delay
  35. final def next: Year
    Definition Classes
    YearBase
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final val number: Int
    Definition Classes
    YearBase → Numbered
  39. final def prev: Year
    Definition Classes
    YearBase
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. final def toLanguageString(implicit spec: LanguageSpec): String
    Definition Classes
    YearBase → LanguageString
  42. final def toString(): String
    Definition Classes
    LanguageString → AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Jewish.YearBase

Inherited from LanguageString

Inherited from Numbered

Inherited from AnyRef

Inherited from Any

Ungrouped