Class ReferenceUtil.IntRef

  • Enclosing class:
    ReferenceUtil

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

      Fields 
      Modifier and Type Field Description
      int v  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IntRef()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • v

        public int v
    • Constructor Detail