Packages

object MM_ArrayS extends Serializable

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

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MM_ArrayS
  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[StrNum]): MM_ArrayS

    Create a memory mapped array with 'n' elements.

  3. def apply(x: StrNum, xs: StrNum*): MM_ArrayS

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

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

    x

    the first StrNum number

    xs

    the rest of the StrNum numbers

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

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

  5. def ofDim(n: Int): MM_ArrayS

    Create a memory mapped array with 'n' elements.

    Create a memory mapped array with 'n' elements.

    n

    the number of elements