Klasse Int

Alle implementierten Schnittstellen:
PointerInterface

public class Int extends Wrapper
  • Felddetails

    • NULL

      public static final Int NULL
  • Konstruktordetails

    • Int

      public Int(int value)
    • Int

      public Int()
    • Int

      public Int(PointerContainer pointer)
  • Methodendetails

    • create

      public static Int create(int value)
    • set

      public void set(boolean b)
    • set

      public void set(int i)
    • get

      public int get()
    • is

      public boolean is()
    • destroy

      public void destroy()
      Angegeben von:
      destroy in Klasse Wrapper
    • getTypeID

      public static int getTypeID()
    • getBooleanTypeID

      public static long getBooleanTypeID()