Interface PrimitiveArray<T>

Type Parameters:
T - the boxed primitive type
All Superinterfaces:
Array<T>
All Known Implementing Classes:
BooleanArray, ByteArray, CharArray, DoubleArray, FloatArray, IntArray, LongArray, PrimitiveArrayBase, ShortArray

public interface PrimitiveArray<T> extends Array<T>
A primitive array-like object.
See Also: