object Stems
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stems
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getHourStem(lunarHour: Int): Stem
Get the Hour Stem using lunar hour in Lunar Date.
Get the Hour Stem using lunar hour in Lunar Date. Does not distinguish between early Zi (早子) and late Zi (晚子) .
- lunarHour
index of Stem
- returns
Stem
-
def
getYearStem(stemIndex: Int): Stem
Get the Year Stem using stem index in Lunar Date
Get the Year Stem using stem index in Lunar Date
- stemIndex
index of Stem
- returns
Stem
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final val stems: Seq[Product with Serializable with Stem]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Chen extends Stem with Product with Serializable
- object Chou extends Stem with Product with Serializable
- object Hai extends Stem with Product with Serializable
- object Mao extends Stem with Product with Serializable
- object Shen extends Stem with Product with Serializable
- object Si extends Stem with Product with Serializable
- object Wei extends Stem with Product with Serializable
- object Wu extends Stem with Product with Serializable
- object Xu extends Stem with Product with Serializable
- object Yin extends Stem with Product with Serializable
- object You extends Stem with Product with Serializable
- object Zi extends Stem with Product with Serializable