org.jboss.forge.container.util
Class WeightedComparator
java.lang.Object
org.jboss.forge.container.util.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 |
INSTANCE
public static final Comparator<Weighted> INSTANCE
compare
public int compare(Weighted left,
Weighted right)
- Specified by:
compare
in interface Comparator<Weighted>
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.