final case class KanjiDoc(kanji: String, meaning: Seq[String], onYomi: Seq[String], kunYomi: Seq[String], nanori: Seq[String], koreanReadings: Seq[String], radicalId: Int, parts: Seq[String], strokeCount: Seq[Int], frequency: Option[Int], jlpt: Option[Int], grade: Option[Int]) extends Doc with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KanjiDoc
- Serializable
- Product
- Equals
- Doc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val frequency: Option[Int]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val grade: Option[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isJouyouKanji: Boolean
- val jlpt: Option[Int]
- val kanji: String
- val koreanReadings: Seq[String]
- val kunYomi: Seq[String]
- val meaning: Seq[String]
- val nanori: Seq[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onYomi: Seq[String]
- val parts: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val radicalId: Int
- val strokeCount: Seq[Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLucene: Document
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()