Class EquivalentHashMap.Node<K,V>
- java.lang.Object
-
- org.infinispan.commons.equivalence.EquivalentHashMap.Node<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- EquivalentHashMap<K,V>
protected static class EquivalentHashMap.Node<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
V
setValue(V value)
protected V
setValue(V value, EquivalentHashMap<K,V> map)
-
-
-
Constructor Detail
-
Node
protected Node(K key, int hash, V value, EquivalentHashMap.Node<K,V> next)
-
-
Method Detail
-
setValue
protected V setValue(V value, EquivalentHashMap<K,V> map)
-
-