Package de.bwaldvogel.liblinear
Class MutableInt
java.lang.Object
de.bwaldvogel.liblinear.MutableInt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
initialized
private boolean initialized -
value
private int value
-
-
Constructor Details
-
MutableInt
public MutableInt(int value)
-
-
Method Details
-
set
void set(int value) -
get
int get()
-