Class ResourceTracker.Counter

  • Enclosing class:
    ResourceTracker

    private static class ResourceTracker.Counter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long count  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Counter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCount()  
      void inc()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • count

        private long count
    • Constructor Detail

      • Counter

        private Counter()
    • Method Detail

      • inc

        public void inc()
      • getCount

        public long getCount()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object