object CrossUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CrossUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def arrayBuffer[A]: commons.MIndexedSeq[A] with commons.MBuffer[A]
- def dictionary[A](keyValues: (String, A)*): commons.MMap[String, A]
- def newNativeArray[A](size: Int)(implicit arg0: commons.ClassTag[A]): NativeArray[A]
- def newNativeDict[A]: NativeDict[A]
- def unsetArrayValue: Any
- def wrappedArray[A](elems: A*)(implicit arg0: commons.ClassTag[A]): commons.MIndexedSeq[A]