Documentation of 'edu.uci.ics.jung.algorithms.util.BasicMapEntry' Java class
BasicMapEntry
- java.lang.Object
-
- edu.uci.ics.jung.algorithms.util.BasicMapEntry<K,V>
-
- Type Parameters:
K - the key type
V - the value type
- All Implemented Interfaces:
- java.util.Map.Entry<K,V>
public class BasicMapEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
An simple minimal implementation of Map.Entry.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map.Entry
comparingByKey, comparingByKey, comparingByValue, comparingByValue
-
-
Method Detail
-
getKey
public K getKey()
- Specified by:
getKey in interface java.util.Map.Entry<K,V>
-
getValue
public V getValue()
- Specified by:
getValue in interface java.util.Map.Entry<K,V>
-
hashCode
public int hashCode()
- Specified by:
hashCode in interface java.util.Map.Entry<K,V>
- Overrides:
hashCode in class java.lang.Object
DataMelt 3.0 © DataMelt by jWork.ORG
You see the box below because you did not login.