public interface Monetary extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getValue()
Returns the number of "smallest units" of this monetary value.
|
int |
signum() |
int |
smallestUnitExponent()
Returns the absolute value of exponent of the value of a "smallest unit" in scientific notation.
|
int smallestUnitExponent()
long getValue()
int signum()
Copyright © 2016. All rights reserved.