Packages

abstract class Calendar extends Cloneable with Serializable with Ordered[Calendar]

Annotations
@SerialVersionUID()
Linear Supertypes
Ordered[Calendar], Comparable[Calendar], Serializable, Cloneable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Calendar
  2. Ordered
  3. Comparable
  4. Serializable
  5. Cloneable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def computeFields(): Unit
    Attributes
    protected
  2. abstract def computeTime(): Unit
    Attributes
    protected
  3. abstract def getGreatestMinimum(field: Int): Int
  4. abstract def getLeastMaximum(field: Int): Int
  5. abstract def getMaximum(field: Int): Int
  6. abstract def getMinimum(field: Int): Int
  7. abstract def getTimeZone: TimeZone

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <(that: Calendar): Boolean
    Definition Classes
    Ordered
  4. def <=(that: Calendar): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: Calendar): Boolean
    Definition Classes
    Ordered
  7. def >=(that: Calendar): Boolean
    Definition Classes
    Ordered
  8. var areFieldsSet: Boolean
    Attributes
    protected
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compare(anotherCalendar: Calendar): Int
    Definition Classes
    Calendar → Ordered
  12. def compareTo(that: Calendar): Int
    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. val fields: Array[Int]
    Attributes
    protected
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def getActualMaximum(field: Int): Int
  18. def getActualMinimum(field: Int): Int
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getFirstDayOfWeek(): Int
  21. def getMinimalDaysInFirstWeek(): Int
  22. def getTimeInMillis(): Long
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def init(timezone: TimeZone, locale: Locale): Unit
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val isSet: Array[Boolean]
    Attributes
    protected
  27. var isTimeSet: Boolean
    Attributes
    protected
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int, second: Int): Unit
  32. final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int): Unit
  33. final def set(year: Int, month: Int, day: Int): Unit
  34. def set(field: Int, value: Int): Unit
  35. def setFirstDayOfWeek(value: Int): Unit
  36. def setLenient(value: Boolean): Unit
  37. def setMinimalDaysInFirstWeek(value: Int): Unit
  38. def setTimeInMillis(millis: Long): Unit
  39. def setTimeZone(timezone: TimeZone): Unit
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. var time: Long
    Attributes
    protected
  42. def toInstant: Instant

    Converts a Calendar to an Instant.

    Converts a Calendar to an Instant.

    returns

    the instant, not null

  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Ordered[Calendar]

Inherited from Comparable[Calendar]

Inherited from Serializable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped