Class Longref

java.lang.Object
gaiasky.util.math.Longref

public class Longref
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long num  
  • Constructor Summary

    Constructors
    Constructor Description
    Longref()  
    Longref​(long num)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • num

      public long num
  • Constructor Details

    • Longref

      public Longref()
    • Longref

      public Longref​(long num)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object