Packages

object MM_ArrayI extends Serializable

The MM_ArrayI companion object provides factory methods for the MM_ArrayI class.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MM_ArrayI
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. var _count: Int

    The counter for ensuring files names are unique

  2. def apply(xs: Seq[Int]): MM_ArrayI

    Create a memory mapped array with 'n' elements.

  3. def apply(x: Int, xs: Int*): MM_ArrayI

    Create a memory mapped array from one or more values (repeated values Int*).

    Create a memory mapped array from one or more values (repeated values Int*).

    x

    the first Int number

    xs

    the rest of the Int numbers

  4. def concat(a: MM_ArrayI, b: MM_ArrayI): MM_ArrayI

    Concatenate memory mapped arrays 'a' and 'b'.

  5. def ofDim(n: Int): MM_ArrayI

    Create a memory mapped array with 'n' elements.

    Create a memory mapped array with 'n' elements.

    n

    the number of elements