Interface AbstractConcurrentMapBase.Entry<V>

All Known Subinterfaces:
AbstractConcurrentMap.Entry<K,​V>
All Known Implementing Classes:
ManagedConcurrentMap.Entry, ManagedConcurrentMap.EntryWithValue
Enclosing class:
AbstractConcurrentMapBase

public static interface AbstractConcurrentMapBase.Entry<V>
  • Method Summary

    Modifier and Type Method Description
    int getHash()  
    V getValue()  
    boolean isValid()  
    void setValue​(V value)  
  • Method Details

    • getValue

      V getValue()
    • setValue

      void setValue​(V value)
    • getHash

      int getHash()
    • isValid

      boolean isValid()