Interface Type.ArrayType

All Superinterfaces:
Type
Enclosing interface:
Type

public static interface Type.ArrayType extends Type
Type for arrays.
  • Method Details

    • elementType

      Type elementType()
      Type of elements in this array.
      Returns:
      type of an element.