Package de.bwaldvogel.liblinear
Class MutableInt
- java.lang.Object
-
- de.bwaldvogel.liblinear.MutableInt
-
class MutableInt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
initialized
private int
value
-
Constructor Summary
Constructors Constructor Description MutableInt(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
get()
(package private) void
set(int value)
-