Class Tuple2ID

java.lang.Object
com.treemap.swing.originalfastvoronoi.Tuple2ID

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

    • id

      public int id
    • value

      public double value
  • Constructor Details

    • Tuple2ID

      public Tuple2ID(int id, double value)