object MM_ArrayL extends Serializable
The MM_ArrayL
companion object provides factory methods for the MM_ArrayL
class.
- Alphabetic
- By Inheritance
- MM_ArrayL
- 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[Long]): MM_ArrayL
Create a memory mapped array with 'n' elements.
-
def
apply(x: Long, xs: Long*): MM_ArrayL
Create a memory mapped array from one or more values (repeated values
Long*
).Create a memory mapped array from one or more values (repeated values
Long*
).- x
the first
Long
number- xs
the rest of the
Long
numbers
-
def
concat(a: MM_ArrayL, b: MM_ArrayL): MM_ArrayL
Concatenate memory mapped arrays 'a' and 'b'.
-
def
ofDim(n: Int): MM_ArrayL
Create a memory mapped array with 'n' elements.
Create a memory mapped array with 'n' elements.
- n
the number of elements