object MM_ArrayI extends Serializable
The MM_ArrayI
companion object provides factory methods for the MM_ArrayI
class.
- Alphabetic
- By Inheritance
- MM_ArrayI
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
var
_count: Int
The counter for ensuring files names are unique
-
def
apply(xs: Seq[Int]): MM_ArrayI
Create a memory mapped array with 'n' elements.
-
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
-
def
concat(a: MM_ArrayI, b: MM_ArrayI): MM_ArrayI
Concatenate memory mapped arrays 'a' and 'b'.
-
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