Interface Array<T>

Type Parameters:
T - the item type
All Known Subinterfaces:
PrimitiveArray<T>
All Known Implementing Classes:
BooleanArray, ByteArray, CharArray, DoubleArray, FloatArray, GenericArray, IntArray, LongArray, PrimitiveArrayBase, ShortArray

public interface Array<T>
Provides strong typing around an array-like object. Has a definite size.
See Also: