final class RomanYear extends YearBase

Linear Supertypes
Roman.YearBase, LanguageString, Numbered, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RomanYear
  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 RomanYear(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
    RomanYearYearBase
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def containsMonth(name: RomanMonthCompanion.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
    RomanYearYearBase
  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. final def lastDay: Day
    Definition Classes
    YearBase
  22. final def lastMonth: Month
    Definition Classes
    YearBase
  23. def lengthInDays: Int
    Definition Classes
    RomanYearYearBase
  24. final def lengthInMonths: Int
    Definition Classes
    YearBase
  25. final def month(name: RomanMonthCompanion.Name): Month
    Definition Classes
    YearBase
  26. final def month(numberInYear: Int): Month
    Definition Classes
    YearBase
  27. final def monthAndDay(when: Roman.MonthAndDay): Day
    Definition Classes
    YearBase
  28. final def months: Seq[Month]
    Definition Classes
    YearBase
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def next: Year
    Definition Classes
    YearBase
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final val number: Int
    Definition Classes
    YearBase → Numbered
  34. final def prev: Year
    Definition Classes
    YearBase
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. final def toLanguageString(implicit spec: LanguageSpec): String
    Definition Classes
    YearBase → LanguageString
  37. final def toString(): String
    Definition Classes
    LanguageString → AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. 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 Roman.YearBase

Inherited from LanguageString

Inherited from Numbered

Inherited from AnyRef

Inherited from Any

Ungrouped