Class SoftCache.NonReturnedSum

  • Enclosing class:
    SoftCache<T>

    protected class SoftCache.NonReturnedSum
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int counter  
      java.lang.String location  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NonReturnedSum​(java.lang.String location)  
    • Method Summary

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

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

      • location

        public final java.lang.String location
      • counter

        public int counter
    • Constructor Detail

      • NonReturnedSum

        protected NonReturnedSum​(java.lang.String location)
    • Method Detail

      • toString

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