Class TwoTuple_Z


  • public class TwoTuple_Z
    extends Object
    A Tuple
    • Method Detail

      • get_a

        public short[] get_a()
      • get_b

        public short[] get_b()
      • of

        public static TwoTuple_Z of​(short[] a,
                                    short[] b)
        Creates a new C2Tuple_Z from the contained elements.