Class Int

All Implemented Interfaces:
PointerInterface

public class Int extends Wrapper
  • Field Details

    • NULL

      public static final Int NULL
  • Constructor Details

  • Method Details

    • 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()
      Specified by:
      destroy in class Wrapper