org.codehaus.groovy.util
Interface AbstractConcurrentMapBase.Entry<V>

All Known Subinterfaces:
AbstractConcurrentDoubleKeyMap.Entry<K1,K2,V>, AbstractConcurrentMap.Entry<K,V>
All Known Implementing Classes:
ClassInfo, ManagedConcurrentMap.Entry, ManagedConcurrentMap.EntryWithValue, ManagedDoubleKeyMap.Entry, ManagedDoubleKeyMap.EntryWithValue
Enclosing class:
AbstractConcurrentMapBase

static interface AbstractConcurrentMapBase.Entry<V>


Method Summary
 int getHash()
           
 V getValue()
           
 boolean isValid()
           
 void setValue(V value)
           
 

Method Detail

getValue

V getValue()

setValue

void setValue(V value)

getHash

int getHash()

isValid

boolean isValid()


Copyright © ${year} The Codehaus. All Rights Reserved.