IMPLTYPE - Real implementation typepublic abstract class AbstractMutableNumeric<IMPLTYPE extends AbstractMutableNumeric<IMPLTYPE>> extends Number implements IMutableNumeric<IMPLTYPE>
IMutableNumeric extending
Number class.| Constructor and Description |
|---|
AbstractMutableNumeric() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAsBigDecimal() |
BigInteger |
getAsBigInteger() |
Byte |
getAsByte() |
Character |
getAsCharacter() |
Double |
getAsDouble() |
Float |
getAsFloat() |
Integer |
getAsInteger() |
Long |
getAsLong() |
Short |
getAsShort() |
protected void |
onAfterChange()
This method is invoked after a value changed.
|
byteValue, doubleValue, floatValue, intValue, longValue, shortValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitis0, isGreater0, isGreaterOrEqual0, isNot0, isSmaller0, isSmallerOrEqual0compareTogetClone@OverrideOnDemand protected void onAfterChange()
@Nonnull public BigInteger getAsBigInteger()
@Nonnull public BigDecimal getAsBigDecimal()
Copyright © 2014–2015 Philip Helger. All rights reserved.