Interface UpdatablePNumberArray

All Superinterfaces:
Array, ArrayExchanger, PArray, PNumberArray, UpdatableArray, UpdatablePArray
All Known Subinterfaces:
MutableByteArray, MutableDoubleArray, MutableFloatArray, MutableIntArray, MutableLongArray, MutablePFloatingArray, MutablePIntegerArray, MutablePNumberArray, MutableShortArray, UpdatableByteArray, UpdatableDoubleArray, UpdatableFloatArray, UpdatableIntArray, UpdatableLongArray, UpdatablePFloatingArray, UpdatablePIntegerArray, UpdatableShortArray
All Known Implementing Classes:
AbstractUpdatableByteArray, AbstractUpdatableDoubleArray, AbstractUpdatableFloatArray, AbstractUpdatableIntArray, AbstractUpdatableLongArray, AbstractUpdatableShortArray

public interface UpdatablePNumberArray extends PNumberArray, UpdatablePArray

AlgART array of any primitive numeric elements (byte, short, int, long, float or double), read-only access.

Any class implementing this interface must implement one of UpdatableByteArray, UpdatableShortArray, UpdatableIntArray, UpdatableLongArray, UpdatableFloatArray, UpdatableDoubleArray, subinterfaces.

Author:
Daniel Alievsky