case class NumericKeys[Schema](list: List[NumericKey[Schema]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NumericKeys
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NumericKeys(list: List[NumericKey[Schema]])
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
- def allKeys: List[NumericKey[Schema]]
- def asArray(a: Any, msg: ⇒ String): Array[Any]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asList(a: Any, msg: ⇒ String): List[Array[Any]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def debugPrint(path: Array[Int], array: Array[Any]): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def findForT(t: Schema): Option[NumericKey[Schema]]
- def findKeyForPath(path: Array[Int]): NumericKey[Schema]
- def findLastArray(path: Array[Int], array: Array[Any]): Array[Any]
- def findLastArrayForList(path: Array[Int], array: Array[Any]): Array[Any]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val list: List[NumericKey[Schema]]
- def makeAndSetupArray: Array[Any]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next(path: Array[Int], array: Array[Any]): Unit
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prettyPrint(indent: String): String
- def printArray(prefix: String, a: Array[Any], strict: Boolean = true)(implicit asDebugString: AsDebugString[Schema]): List[String]
- def put(path: Array[Int], index: Int, array: Array[Any], data: Any): Unit
- def putJson(ar: Array[Any], outputStream: OutputStream, charSet: String = "UTF-8"): Unit
- def setup(array: Array[Any]): Unit
- val size: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.