Class Tuple2ID
java.lang.Object
com.treemap.swing.originalfastvoronoi.Tuple2ID
Tuple with two elements. The first is the id and the second is the corresponding value to it.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int id -
value
public double value
-
-
Constructor Details
-
Tuple2ID
public Tuple2ID(int id, double value)
-