Class ReferenceUtil.IntRef

java.lang.Object
jmri.jmrit.logixng.util.ReferenceUtil.IntRef
Enclosing class:
ReferenceUtil

protected static class ReferenceUtil.IntRef extends Object
Reference to an integer. This class is cheaper to use than AtomicInteger.
  • Field Details

    • v

      public int v
  • Constructor Details