Interface GenericArrayType

All Superinterfaces:
Type
All Known Implementing Classes:
GenericArrayTypeImpl

public interface GenericArrayType
extends Type
This interface represents an array type with a component type that is either a parameterized type or a type variable.
Since:
1.5
  • Method Summary

    Modifier and Type Method Description
    Type getGenericComponentType()
    Returns the component type of this array.