A nullable integer.
More...
◆ NullableInteger() [1/3]
fm.liveswitch.NullableInteger.NullableInteger |
( |
| ) |
|
◆ NullableInteger() [2/3]
fm.liveswitch.NullableInteger.NullableInteger |
( |
int |
value | ) |
|
◆ NullableInteger() [3/3]
fm.liveswitch.NullableInteger.NullableInteger |
( |
Integer |
value | ) |
|
◆ getHasValue()
boolean fm.liveswitch.NullableInteger.getHasValue |
( |
| ) |
|
◆ getValue()
int fm.liveswitch.NullableInteger.getValue |
( |
| ) |
|
◆ getValueOrDefault()
int fm.liveswitch.NullableInteger.getValueOrDefault |
( |
| ) |
|
◆ hasValue()
boolean fm.liveswitch.NullableInteger.hasValue |
( |
| ) |
|
◆ nullValue()
◆ setValue()
void fm.liveswitch.NullableInteger.setValue |
( |
int |
value | ) |
|
◆ toString()
String fm.liveswitch.NullableInteger.toString |
( |
| ) |
|