Interface ArrayType<T,ComponentType>

Type Parameters:
T - the array type representing this
ComponentType - the component type
All Superinterfaces:
GenericType<T>, Type<T>
All Known Implementing Classes:
ArrayTypeBase, GenericVectorType, NativeArrayType, PrimitiveVectorType

public interface ArrayType<T,ComponentType> extends GenericType<T>
An array-like type.
See Also: