Class UInt64

    • Constructor Summary

      Constructors 
      Constructor Description
      UInt64​(long value)  
    • Field Detail

      • min

        public static final UInt64 min
      • max

        public static final UInt64 max
      • value

        public final long value
    • Constructor Detail

      • UInt64

        public UInt64​(long value)
    • Method Detail

      • equals

        public boolean equals​(@Nullable
                              java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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