Klasse Int64

Alle implementierten Schnittstellen:
PointerInterface

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

  • Methodendetails

    • create

      public static Int64 create(long value)
    • set

      public void set(long i)
    • get

      public long get()
    • destroy

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