Searched refs:otherPeriod (Results 1 – 2 of 2) sorted by relevance
152 public int compareTo(MockSimplePeriod otherPeriod) { in compareTo() argument153 if (unit.equals(otherPeriod.getUnit()) == false) { in compareTo()154 …ew IllegalArgumentException("Units cannot be compared: " + unit + " and " + otherPeriod.getUnit()); in compareTo()156 return Long.compare(amount, otherPeriod.amount); in compareTo()