Class Int64

All Implemented Interfaces:
PointerInterface

public class Int64 extends Wrapper
https://www.w3schools.com/java/java_data_types.asp
  • Constructor Details

  • Method Details

    • create

      public static Int64 create(long value)
    • set

      public void set(long i)
    • get

      public long get()
    • destroy

      public void destroy()
      Specified by:
      destroy in class Wrapper