Class BufferArray.Factory
java.lang.Object
- All Implemented Interfaces:
Factory1D<BufferArray>, FactorySupplement
- Enclosing class:
BufferArray
-
Nested Class Summary
Nested classes/interfaces inherited from interface Factory1D
Factory1D.Builder<I>, Factory1D.MayBeSparse<I,DENSE, SPARSE>, Factory1D.TwoStep<I, B> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PlainArray.Factory
copyMethods inherited from class DenseArray.Factory
copy, makeFilledMethods inherited from class BasicArray.BaseFactory
aggregator, function, getElementSize, getMathType, scalar
-
Field Details
-
myConstructor
-
-
Constructor Details
-
Factory
Factory(MathType mathType, BufferArray.BufferConstructor constructor)
-
-
Method Details
-
make
-
make
-
newMapped
-
getCapacityLimit
long getCapacityLimit()Description copied from class:BasicArray.BaseFactoryMax number of elements in this array.- Overrides:
getCapacityLimitin classPlainArray.Factory<Double, BufferArray>
-