Interface IObject.Type

Enclosing interface:
IObject

public static interface IObject.Type
The type of the primitive array.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    A array of booleans or boolean field
    static final int
    A array of byte or byte field
    static final int
    A array of char or char field
    static final int
    A array of double or double field
    static final int
    A array of float or float field
    static final int
    A array of int or int field
    static final int
    A array of long or long field
    static final int
    An object array/field
    static final int
    A array of short or short field