Module openj9.dtfj

Class U64


  • public class U64
    extends UDATA
    • Constructor Detail

      • U64

        public U64​(long value)
      • U64

        public U64​(Scalar parameter)
    • Method Detail

      • add

        public U64 add​(int number)
      • sub

        public U64 sub​(int number)
      • sub

        public U64 sub​(I64 parameter)
      • bitOr

        public U64 bitOr​(I64 parameter)
      • bitAnd

        public U64 bitAnd​(I64 parameter)