程序包 org.antlr.misc

类 MutableInteger


  • public class MutableInteger
    extends java.lang.Object
    Java won't let you modify an Integer; not sure how that's more efficient, but...here's one that let's you modify it. Frightening I have to implement this myself. Blech.
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      int value  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • value

        public int value
    • 构造器详细资料

      • MutableInteger

        public MutableInteger()
      • MutableInteger

        public MutableInteger​(int value)