object CrossUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CrossUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type NativeArray[A] = Array[A]
  2. type NativeDict[A] = Map[String, A]

Value Members

  1. def arrayBuffer[A]: commons.MIndexedSeq[A] with commons.MBuffer[A]
  2. def dictionary[A](keyValues: (String, A)*): commons.MMap[String, A]
  3. def newNativeArray[A](size: Int)(implicit arg0: commons.ClassTag[A]): NativeArray[A]
  4. def newNativeDict[A]: NativeDict[A]
  5. def unsetArrayValue: Any
  6. def wrappedArray[A](elems: A*)(implicit arg0: commons.ClassTag[A]): commons.MIndexedSeq[A]