com.netflix.zeno.util.collections.heapfriendly
Class AbstractHeapFriendlyMap.AbstractHeapFriendlyMapEntry<K,V>
java.lang.Object
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>
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 |
AbstractHeapFriendlyMap.AbstractHeapFriendlyMapEntry
protected AbstractHeapFriendlyMap.AbstractHeapFriendlyMapEntry()
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