Class/Object

java.util

Calendar

Related Docs: object Calendar | package util

Permalink

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

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

Abstract Value Members

  1. abstract def computeFields(): Unit

    Permalink
    Attributes
    protected
  2. abstract def computeTime(): Unit

    Permalink
    Attributes
    protected
  3. abstract def getGreatestMinimum(field: Int): Int

    Permalink
  4. abstract def getLeastMaximum(field: Int): Int

    Permalink
  5. abstract def getMaximum(field: Int): Int

    Permalink
  6. abstract def getMinimum(field: Int): Int

    Permalink
  7. abstract def getTimeZone: TimeZone

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Calendar): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Calendar): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Calendar): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Calendar): Boolean

    Permalink
    Definition Classes
    Ordered
  8. var areFieldsSet: Boolean

    Permalink
    Attributes
    protected
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(anotherCalendar: Calendar): Int

    Permalink
    Definition Classes
    Calendar → Ordered
  12. def compareTo(that: Calendar): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. val fields: Array[Int]

    Permalink
    Attributes
    protected
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getActualMaximum(field: Int): Int

    Permalink
  18. def getActualMinimum(field: Int): Int

    Permalink
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getFirstDayOfWeek(): Int

    Permalink
  21. def getLenient: Boolean

    Permalink
  22. def getMinimalDaysInFirstWeek(): Int

    Permalink
  23. def getTimeInMillis(): Long

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def init(timezone: TimeZone): Unit

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val isSet: Array[Boolean]

    Permalink
    Attributes
    protected
  28. var isTimeSet: Boolean

    Permalink
    Attributes
    protected
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int, second: Int): Unit

    Permalink
  33. final def set(year: Int, month: Int, day: Int, hourOfDay: Int, minute: Int): Unit

    Permalink
  34. final def set(year: Int, month: Int, day: Int): Unit

    Permalink
  35. def set(field: Int, value: Int): Unit

    Permalink
  36. def setFirstDayOfWeek(value: Int): Unit

    Permalink
  37. def setLenient(value: Boolean): Unit

    Permalink
  38. def setMinimalDaysInFirstWeek(value: Int): Unit

    Permalink
  39. def setTimeInMillis(millis: Long): Unit

    Permalink
  40. def setTimeZone(timezone: TimeZone): Unit

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

    Permalink
    Definition Classes
    AnyRef
  42. var time: Long

    Permalink
    Attributes
    protected
  43. def toInstant: Instant

    Permalink

    Converts a Calendar to an Instant.

    Converts a Calendar to an Instant.

    returns

    the instant, not null

  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Ordered[Calendar]

Inherited from Comparable[Calendar]

Inherited from Serializable

Inherited from Serializable

Inherited from Cloneable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped