Package opennlp.tools.util
Class MutableInt
- java.lang.Object
-
- opennlp.tools.util.MutableInt
-
public class MutableInt extends Object
This is a non-thread safe mutable int.
-
-
Constructor Summary
Constructors Constructor Description MutableInt(int i)
-