case class NumericKeys[Schema](list: List[NumericKey[Schema]]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumericKeys
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumericKeys(list: List[NumericKey[Schema]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allKeys: List[NumericKey[Schema]]
  5. def asArray(a: Any, msg: ⇒ String): Array[Any]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asList(a: Any, msg: ⇒ String): List[Array[Any]]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def debugPrint(path: Array[Int], array: Array[Any]): Unit
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def findForT(t: Schema): Option[NumericKey[Schema]]
  12. def findKeyForPath(path: Array[Int]): NumericKey[Schema]
  13. def findLastArray(path: Array[Int], array: Array[Any]): Array[Any]
  14. def findLastArrayForList(path: Array[Int], array: Array[Any]): Array[Any]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val list: List[NumericKey[Schema]]
  18. def makeAndSetupArray: Array[Any]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def next(path: Array[Int], array: Array[Any]): Unit
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def prettyPrint(indent: String): String
  24. def printArray(prefix: String, a: Array[Any], strict: Boolean = true)(implicit asDebugString: AsDebugString[Schema]): List[String]
  25. def put(path: Array[Int], index: Int, array: Array[Any], data: Any): Unit
  26. def putJson(ar: Array[Any], outputStream: OutputStream, charSet: String = "UTF-8"): Unit
  27. def setup(array: Array[Any]): Unit
  28. val size: Int
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped