Package opennlp.tools.util
Class MutableInt
java.lang.Object
opennlp.tools.util.MutableInt
This is a non-thread safe mutable int.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MutableInt
public MutableInt(int i)
-
-
Method Details
-
increment
public void increment() -
getValue
public int getValue()
-