Class TwoTuple_u64u64Z


  • public class TwoTuple_u64u64Z
    extends Object
    A Tuple
    • Method Detail

      • get_a

        public long get_a()
      • get_b

        public long get_b()
      • clone

        public TwoTuple_u64u64Z clone()
        Creates a new tuple which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
        Overrides:
        clone in class Object
      • of

        public static TwoTuple_u64u64Z of​(long a,
                                          long b)
        Creates a new C2Tuple_u64u64Z from the contained elements.