public class Money extends Object implements Comparable<Money>
Constructor and Description |
---|
Money(BigDecimal amount) |
Money(double amount) |
Money(int amount) |
public Money(BigDecimal amount)
public Money(int amount)
public Money(double amount)
public int compareTo(Money other)
compareTo
in interface Comparable<Money>
Copyright © 2003–2018 jMock. All rights reserved.