Class/Object

org.sisioh.baseunits.scala.time

HourOfDay

Related Docs: object HourOfDay | package time

Permalink

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
Visibility
  1. Public
  2. All

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: HourOfDay): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val breachEncapsulationOfValue: Int

    Permalink

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

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

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

    returns

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

  10. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Permalink

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

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

    another

    基準時

    returns

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

  19. def isBefore(another: HourOfDay): Boolean

    Permalink

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

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

    another

    基準時

    returns

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

  20. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Permalink
    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