List of all members.
Detailed Description
Constructor & Destructor Documentation
pn::MutableInteger::MutableInteger |
( |
| ) |
[inline] |
Ctor.
Initializes this object with the value '0'.
pn::MutableInteger::MutableInteger |
( |
int |
value | ) |
[inline] |
Member Function Documentation
- Returns:
- A deep copy of this object
void pn::MutableInteger::decrement |
( |
int |
by | ) |
[inline] |
Decrements the value.
- Parameters:
-
void pn::MutableInteger::decrement |
( |
| ) |
[inline] |
Decrements the value.
- Parameters:
-
int pn::MutableInteger::getValue |
( |
| ) |
[inline] |
void pn::MutableInteger::increment |
( |
int |
by | ) |
[inline] |
Increments the value.
- Parameters:
-
Increments the value.
- Parameters:
-
void pn::MutableInteger::increment |
( |
| ) |
[inline] |
void pn::MutableInteger::setValue |
( |
int |
value | ) |
[inline] |
Sets the value.
- Parameters:
-
The documentation for this class was generated from the following file:
- /home/christopher/Uni/MSc/Semester 1/INFOVIS UE/Code/phrase-nets/src/pn/MutableInteger.java