org.sisioh.baseunits.scala.time

HourOfDay

object HourOfDay extends Serializable

コンパニオンオブジェクト。

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HourOfDay
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. val MAX: Int

  7. val MIN: Int

  8. def apply(initial: Int, amPm: String): HourOfDay

    インスタンスを生成する。

    インスタンスを生成する。

    initial

    時をあらわす正数

    amPm

    午前午後を表す文字列

    returns

    時(0〜11)

    Exceptions thrown
    IllegalArgumentException

    引数initialの値が0〜11の範囲ではない場合もしくは、引数amPmの値が "AM" または "PM" ではない場合

  9. def apply(initial: Int): HourOfDay

    インスタンスを生成する。

    インスタンスを生成する。

    initial

    時をあらわす正数

    returns

    時(0〜23)

    Exceptions thrown
    IllegalArgumentException

    引数の値が0〜23の範囲ではない場合

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def convertTo24hour(hour: Int, amPm: String): Int

    午前午後記号付き12時間制の時を24時間制の値に変換する。

    午前午後記号付き12時間制の時を24時間制の値に変換する。

    hour

    時(0〜11)

    amPm

    午前午後を表す文字列

    returns

    24時間制における時

    Exceptions thrown
    IllegalArgumentException

    引数initialの値が0〜11の範囲ではない場合もしくは、 引数amPmの値が "AM" または "PM" ではない場合

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. def unapply(hourOfDay: HourOfDay): Option[Int]

    抽出子メソッド。

    抽出子メソッド。

    hourOfDay

    org.sisioh.baseunits.scala.time.HourOfDay

    returns

    Option[Int]

  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped