Package opennlp.tools.util
Class MutableInt
- java.lang.Object
 - 
- opennlp.tools.util.MutableInt
 
 
- 
public class MutableInt extends java.lang.ObjectThis 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 intgetValue()voidincrement() 
 -