Class SoftCache.Returned

  • Enclosing class:
    SoftCache<T>

    protected class SoftCache.Returned
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Returned​(T subject, int idhash, OriginTool origin)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • subject

        public final java.lang.ref.SoftReference<T> subject
      • idhash

        public final int idhash
    • Constructor Detail

      • Returned

        protected Returned​(T subject,
                           int idhash,
                           OriginTool origin)