Class CopyOnWriteWeakMap.Queue<K,​V>

  • Enclosing class:
    CopyOnWriteWeakMap<K,​V>

    private static final class CopyOnWriteWeakMap.Queue<K,​V>
    extends java.lang.ref.ReferenceQueue<V>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Queue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void clear()  
      CopyOnWriteWeakMap.Node<K,​V> poll()  
      • Methods inherited from class java.lang.ref.ReferenceQueue

        remove, remove
      • Methods inherited from class java.lang.Object

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

      • Queue

        private Queue()
    • Method Detail

      • clear

        void clear()