com.netflix.zeno.util.collections.heapfriendly
Class AbstractHeapFriendlyMap.AbstractHeapFriendlyMapEntry<K,V>

java.lang.Object
  extended by com.netflix.zeno.util.collections.heapfriendly.AbstractHeapFriendlyMap.AbstractHeapFriendlyMapEntry<K,V>
All Implemented Interfaces:
java.util.Map.Entry<K,V>
Enclosing class:
AbstractHeapFriendlyMap<K,V>

protected abstract static class AbstractHeapFriendlyMap.AbstractHeapFriendlyMapEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>


Constructor Summary
protected AbstractHeapFriendlyMap.AbstractHeapFriendlyMapEntry()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 V setValue(V value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
getKey, getValue
 

Constructor Detail

AbstractHeapFriendlyMap.AbstractHeapFriendlyMapEntry

protected AbstractHeapFriendlyMap.AbstractHeapFriendlyMapEntry()
Method Detail

setValue

public V setValue(V value)
Specified by:
setValue in interface java.util.Map.Entry<K,V>

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Map.Entry<K,V>
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map.Entry<K,V>
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object