fm.liveswitch.NullableInteger Class Reference

A nullable integer. More...

Public Member Functions

 NullableInteger ()
 
 NullableInteger (int value)
 
 NullableInteger (Integer value)
 
boolean hasValue ()
 
boolean getHasValue ()
 
int getValue ()
 
void setValue (int value)
 
int getValueOrDefault ()
 
String toString ()
 

Static Public Member Functions

static NullableInteger nullValue ()
 

Detailed Description

A nullable integer.

Constructor & Destructor Documentation

◆ 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)

Member Function Documentation

◆ 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()

static NullableInteger fm.liveswitch.NullableInteger.nullValue ( )
static

◆ setValue()

void fm.liveswitch.NullableInteger.setValue ( int  value)

◆ toString()

String fm.liveswitch.NullableInteger.toString ( )