Package net.algart.arrays
Interface MutablePNumberArray
- All Superinterfaces:
Array
,ArrayExchanger
,MutableArray
,MutablePArray
,PArray
,PNumberArray
,Stack
,UpdatableArray
,UpdatablePArray
,UpdatablePNumberArray
- All Known Subinterfaces:
MutableByteArray
,MutableDoubleArray
,MutableFloatArray
,MutableIntArray
,MutableLongArray
,MutablePFloatingArray
,MutablePIntegerArray
,MutableShortArray
Resizable AlgART array of any numeric primitive elements (byte, short, int, long, float or double).
Any class implementing this interface must implement one of
MutableByteArray
, MutableShortArray
,
MutableIntArray
, MutableLongArray
,
MutableFloatArray
, MutableDoubleArray
,
subinterfaces.
- Author:
- Daniel Alievsky
-
Method Summary
Methods inherited from interface net.algart.arrays.Array
buffer, buffer, buffer, buffer, byteOrder, capacity, checkUnallowedMutation, elementType, equals, flushResources, flushResources, freeResources, freeResources, getData, getData, getElement, hashCode, isCopyOnNextWrite, isEmpty, isImmutable, isLazy, isNew, isNewReadOnlyView, isUnresizable, ja, length, length32, loadResources, newJavaArray, toString
Methods inherited from interface net.algart.arrays.MutableArray
clear
Methods inherited from interface net.algart.arrays.MutablePArray
addDouble, addInt, addLong, append, asCopyOnNextWrite, copy, ensureCapacity, length, popDouble, setData, setData, shallowClone, swap, trim
Methods inherited from interface net.algart.arrays.PArray
asImmutable, asTrustedImmutable, bitsPerElement, getDouble, indexOf, isZeroFilled, jaByte, jaDouble, jaFloat, jaInt, jaLong, jaShort, lastIndexOf, maxPossibleValue, minPossibleValue, mutableClone, updatableClone
Methods inherited from interface net.algart.arrays.PNumberArray
mutableType, type, updatableType
Methods inherited from interface net.algart.arrays.Stack
length, popElement, pushElement, removeTop
Methods inherited from interface net.algart.arrays.UpdatableArray
copy, copy, matrix, setElement, setNonNew, swap, swap
Methods inherited from interface net.algart.arrays.UpdatablePArray
asUnresizable, fill, fill, fill, fill, matrix, setDouble, setInt, setLong, subArr, subArray, updatableType
Methods inherited from interface net.algart.arrays.UpdatablePNumberArray
matrix