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 int BOOLEAN  
      static int BYTE  
      static int CHAR  
      static int DOUBLE  
      static int FLOAT  
      static int INT  
      static int LONG  
      static int OBJECT  
      static int SHORT