IMPLTYPE - Implementation typepublic interface IMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>> extends IMutableObject<IMPLTYPE>
| Modifier and Type | Method and Description |
|---|---|
boolean |
is0() |
boolean |
isGreater0() |
boolean |
isGreaterOrEqual0() |
boolean |
isNot0() |
boolean |
isSmaller0() |
boolean |
isSmallerOrEqual0() |
compareTogetCloneboolean is0()
true if the value is 0boolean isNot0()
true if the value is not 0boolean isSmaller0()
true if the value is < 0boolean isSmallerOrEqual0()
true if the value is ≤ 0boolean isGreater0()
true if the value is > 0boolean isGreaterOrEqual0()
true if the value is ≥ 0Copyright © 2014–2016 Philip Helger. All rights reserved.