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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(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, waitMethods 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:
comparein interfaceComparator<com.caplin.motif.fx.common.Tenor>
-