case class ValueFreq(obj: Int = 1, arr: Int = 1, str: Int = 5, int: Int = 5, long: Int = 5, double: Int = 5, bigInt: Int = 5, bigDec: Int = 5, bool: Int = 5, nullFreq: Int = 5) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueFreq
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ValueFreq(obj: Int = 1, arr: Int = 1, str: Int = 5, int: Int = 5, long: Int = 5, double: Int = 5, bigInt: Int = 5, bigDec: Int = 5, bool: Int = 5, nullFreq: Int = 5)
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
- val arr: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bigDec: Int
- val bigInt: Int
- val bool: Int
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val double: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val int: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val long: Int
- 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 nullFreq: Int
- val obj: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val str: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()