Package Phase3
Class GreedyAlgorithm.ValueSorter
java.lang.Object
Phase3.GreedyAlgorithm.ValueSorter
- All Implemented Interfaces:
java.util.Comparator<ParcelType>
- Enclosing class:
- GreedyAlgorithm
static class GreedyAlgorithm.ValueSorter extends java.lang.Object implements java.util.Comparator<ParcelType>
-
Constructor Summary
Constructors Constructor Description ValueSorter()
-
Method Summary
Modifier and Type Method Description int
compare(ParcelType o1, ParcelType o2)
-
Constructor Details
-
ValueSorter
ValueSorter()
-
-
Method Details
-
compare
- Specified by:
compare
in interfacejava.util.Comparator<ParcelType>
-