Class WeakCARCacheImpl.CarValue<V>

  • Enclosing class:
    WeakCARCacheImpl<K,​V>

    private static class WeakCARCacheImpl.CarValue<V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean referenceBit  
      private V value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CarValue​(V value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        private final V value
      • referenceBit

        private volatile boolean referenceBit
    • Constructor Detail

      • CarValue

        private CarValue​(V value)