Class Tuple2ID


  • public class Tuple2ID
    extends java.lang.Object
    Tuple with two elements. The first is the id and the second is the corresponding value to it.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int id  
      double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple2ID​(int id, double value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public int id
      • value

        public double value
    • Constructor Detail

      • Tuple2ID

        public Tuple2ID​(int id,
                        double value)