Documentation of 'boofcv.struct.Tuple2' Java class
Tuple2
boofcv.struct

Class Tuple2<A,B>



  • public class Tuple2<A,B>
    extends java.lang.Object
    Simple data structure for passing a pair of data.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      A data0 
      B data1 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Tuple2() 
      Tuple2(A data0, B data1) 
    • Field Detail

      • data0

        public A data0
      • data1

        public B data1
    • Constructor Detail

      • Tuple2

        public Tuple2(A data0,
                      B data1)
      • Tuple2

        public Tuple2()
    • Method Detail

      • getData0

        public A getData0()
      • setData0

        public void setData0(A data0)
      • getData1

        public B getData1()
      • setData1

        public void setData1(B data1)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.