Class MutableInt

java.lang.Object
opennlp.tools.util.MutableInt

public class MutableInt extends Object
This is a non-thread safe mutable int.
  • Constructor Details

    • MutableInt

      public MutableInt(int i)
  • Method Details

    • increment

      public void increment()
    • getValue

      public int getValue()