Package com.caplin.motif.fx.ret.calendar
Class TenorComparator
java.lang.Object
com.caplin.motif.fx.ret.calendar.TenorComparator
- All Implemented Interfaces:
Comparator<com.caplin.motif.fx.common.Tenor>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(com.caplin.motif.fx.common.Tenor o1, com.caplin.motif.fx.common.Tenor o2) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
TenorComparator
public TenorComparator()
-
-
Method Details
-
compare
public int compare(com.caplin.motif.fx.common.Tenor o1, com.caplin.motif.fx.common.Tenor o2) - Specified by:
compare
in interfaceComparator<com.caplin.motif.fx.common.Tenor>
-