Class PWMW<K,​V>

    • Field Detail

      • queueType

        int queueType
      • weight

        int weight
      • policyWeight

        int policyWeight
      • previousInAccessOrder

        Node<K,​V> previousInAccessOrder
      • nextInAccessOrder

        Node<K,​V> nextInAccessOrder
    • Constructor Detail

      • PWMW

        PWMW()
      • PWMW

        PWMW​(K key,
             java.lang.ref.ReferenceQueue<K> keyReferenceQueue,
             V value,
             java.lang.ref.ReferenceQueue<V> valueReferenceQueue,
             int weight,
             long now)
      • PWMW

        PWMW​(java.lang.Object keyReference,
             V value,
             java.lang.ref.ReferenceQueue<V> valueReferenceQueue,
             int weight,
             long now)