org.sisioh.baseunits.scala.time

HourOfDay

class HourOfDay extends Ordered[HourOfDay] with Serializable

1日の中の特定の「時」を表すクラス。

java.util.Dateと異なり、日付や分以下(時未満)の概念を持っていない。またタイムゾーンの概念もない。

Linear Supertypes
Serializable, Serializable, Ordered[HourOfDay], Comparable[HourOfDay], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HourOfDay
  2. Serializable
  3. Serializable
  4. Ordered
  5. Comparable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <(that: HourOfDay): Boolean

    Definition Classes
    Ordered
  5. def <=(that: HourOfDay): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: HourOfDay): Boolean

    Definition Classes
    Ordered
  9. def >=(that: HourOfDay): Boolean

    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val breachEncapsulationOfValue: Int

    このオブジェクトのvalueフィールド(時をあらわす正数)を返す。

    このオブジェクトのvalueフィールド(時をあらわす正数)を返す。

    CAUTION: このメソッドは、このオブジェクトがカプセル化する要素を外部に暴露する。取り扱いには充分注意のこと。

    returns

    時をあらわす正数(0〜23)

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compare(that: HourOfDay): Int

    Definition Classes
    HourOfDay → Ordered
  14. def compareTo(that: HourOfDay): Int

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

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

    Definition Classes
    HourOfDay → AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    HourOfDay → AnyRef → Any
  20. def isAfter(another: HourOfDay): Boolean

    同日において、このインスタンスが表す時が、引数anotherで表される時よりも未来かどうか調べる。

    同日において、このインスタンスが表す時が、引数anotherで表される時よりも未来かどうか調べる。

    another

    基準時

    returns

    同日において、このインスタンスが表す時が、引数anotherで表される時よりも未来である場合はtrue、そうでない場合はfalse

  21. def isBefore(another: HourOfDay): Boolean

    同日において、このインスタンスが表す時が、引数anotherで表される時よりも過去かどうか調べる。

    同日において、このインスタンスが表す時が、引数anotherで表される時よりも過去かどうか調べる。

    another

    基準時

    returns

    同日において、このインスタンスが表す時が、引数anotherで表される時よりも過去である場合はtrue、そうでない場合はfalse

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    HourOfDay → AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Ordered[HourOfDay]

Inherited from Comparable[HourOfDay]

Inherited from AnyRef

Inherited from Any

Ungrouped