| Constructor and Description |
|---|
WeightedComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Weighted left,
Weighted right)
Compares objects based on its priority values
|
public int compare(Weighted left, Weighted right)
compare in interface java.util.Comparator<Weighted>left - the first object to be compared.right - the second object to be compared.