public class Pair<T> extends java.lang.Object
private T
item
private double
weight
Pair(T item, double weight)
T
item()
double
weight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final T item
private final double weight
public Pair(T item, double weight)
public T item()
public double weight()