Package opennlp.tools.util
Class MutableInt
- java.lang.Object
-
- opennlp.tools.util.MutableInt
-
public class MutableInt extends java.lang.Object
This is a non-thread safe mutable int.
-
-
Constructor Summary
Constructors Constructor Description MutableInt(int i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
void
increment()
-