T - The entry typepublic class WeightedObject<T> extends TableEntry<T>
| Constructor and Description | 
|---|
WeightedObject(T obj,
              double weight)
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
T | 
get()
Gets the entry contained in this entry. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getWeight