org.ocpsoft.common.pattern
Class WeightedComparator
java.lang.Object
org.ocpsoft.common.pattern.WeightedComparator
- All Implemented Interfaces:
- Comparator<Weighted>
public class WeightedComparator
- extends Object
- implements Comparator<Weighted>
Compares Weighted objects.
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightedComparator
public WeightedComparator()
compare
public int compare(Weighted left,
Weighted right)
- Specified by:
compare in interface Comparator<Weighted>
Copyright © 2012 OCPsoft. All Rights Reserved.