Package org.onebusaway.presentation.impl
Class AgencyWithCoverageBeanComparator
- java.lang.Object
-
- org.onebusaway.presentation.impl.AgencyWithCoverageBeanComparator
-
- All Implemented Interfaces:
Comparator<AgencyWithCoverageBean>
public class AgencyWithCoverageBeanComparator extends Object implements Comparator<AgencyWithCoverageBean>
-
-
Constructor Summary
Constructors Constructor Description AgencyWithCoverageBeanComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(AgencyWithCoverageBean o1, AgencyWithCoverageBean o2)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(AgencyWithCoverageBean o1, AgencyWithCoverageBean o2)
- Specified by:
compare
in interfaceComparator<AgencyWithCoverageBean>
-
-