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, toStringMethods inherited from interface net.algart.arrays.MutableArray
clearMethods inherited from interface net.algart.arrays.MutablePArray
addDouble, addInt, addLong, append, asCopyOnNextWrite, copy, ensureCapacity, length, popDouble, setData, setData, shallowClone, swap, trimMethods inherited from interface net.algart.arrays.PArray
asImmutable, asTrustedImmutable, bitsPerElement, getDouble, indexOf, isZeroFilled, jaByte, jaDouble, jaFloat, jaInt, jaLong, jaShort, lastIndexOf, maxPossibleValue, minPossibleValue, mutableClone, updatableCloneMethods inherited from interface net.algart.arrays.PNumberArray
mutableType, type, updatableTypeMethods inherited from interface net.algart.arrays.Stack
length, popElement, pushElement, removeTopMethods inherited from interface net.algart.arrays.UpdatableArray
copy, copy, matrix, setElement, setNonNew, swap, swapMethods inherited from interface net.algart.arrays.UpdatablePArray
asUnresizable, fill, fill, fill, fill, matrix, setDouble, setInt, setLong, subArr, subArray, updatableTypeMethods inherited from interface net.algart.arrays.UpdatablePNumberArray
matrix