IMPLTYPE - Implementation typepublic interface IMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>> extends IMutableObject<IMPLTYPE>
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAsBigDecimal() |
BigInteger |
getAsBigInteger() |
Byte |
getAsByte() |
Character |
getAsCharacter() |
Double |
getAsDouble() |
Float |
getAsFloat() |
Integer |
getAsInteger() |
Long |
getAsLong() |
Short |
getAsShort() |
boolean |
is0() |
boolean |
isGE0() |
default boolean |
isGreater0()
Deprecated.
Use
isGT0() instead |
default boolean |
isGreaterOrEqual0()
Deprecated.
Use
isGE0() instead |
boolean |
isGT0() |
boolean |
isLE0() |
boolean |
isLT0() |
default boolean |
isNot0() |
default boolean |
isSmaller0()
Deprecated.
Use
isLT0() instead |
default boolean |
isSmallerOrEqual0()
Deprecated.
Use
isLE0() instead |
isEQ, isEqualTo, isGE, isGreaterOrEqualThan, isGreaterThan, isGT, isLE, isLowerOrEqualThan, isLowerThan, isLT, isNEcompareTogetClonethisAsTboolean is0()
true if the value is 0default boolean isNot0()
true if the value is not 0@Deprecated default boolean isSmaller0()
isLT0() insteadtrue if the value is < 0boolean isLT0()
true if the value is < 0@Deprecated default boolean isSmallerOrEqual0()
isLE0() insteadtrue if the value is ≤ 0boolean isLE0()
true if the value is ≤ 0@Deprecated default boolean isGreater0()
isGT0() insteadtrue if the value is > 0boolean isGT0()
true if the value is > 0@Deprecated default boolean isGreaterOrEqual0()
isGE0() insteadtrue if the value is ≥ 0boolean isGE0()
true if the value is ≥ 0@Nonnull BigInteger getAsBigInteger()
@Nonnull BigDecimal getAsBigDecimal()
Copyright © 2014–2017 Philip Helger. All rights reserved.