Class PSMW<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

      • PSMW

        PSMW()
      • PSMW

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

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