Klasse MutableInt

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

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

    • MutableInt

      public MutableInt(int i)
      Parameter:
      i - The initial int value to encapsulate.
  • Methodendetails

    • increment

      public void increment()
      Adds 1 to the curren value.
    • getValue

      public int getValue()
      Gibt zurück:
      Retrieves the current value of the MutableInt.