Class ConcurrentReferenceHashMap.SimpleEntry<K,V> 
java.lang.Object
org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.SimpleEntry<K,V> 
- All Implemented Interfaces:
- Serializable,- Map.Entry<K,- V> 
- Direct Known Subclasses:
- ConcurrentReferenceHashMap.WriteThroughEntry
- Enclosing class:
- ConcurrentReferenceHashMap<K,V> 
protected static class ConcurrentReferenceHashMap.SimpleEntry<K,V> 
extends Object
implements Map.Entry<K,V>, Serializable 
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleEntry(Map.Entry<? extends K, ? extends V> entry) SimpleEntry(K key, V value) 
- 
Method Summary
- 
Field Details- 
key
- 
value
 
- 
- 
Constructor Details- 
SimpleEntry
- 
SimpleEntry
 
- 
- 
Method Details- 
getKey
- 
getValue
- 
setValue
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-