Class BasicMapEntry<K,V>
java.lang.Object
edu.uci.ics.jung.algorithms.util.BasicMapEntry<K,V>
- Type Parameters:
K- the key typeV- the value type
- All Implemented Interfaces:
Map.Entry<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getValue()inthashCode()(package private) voidrecordAccess(HashMap<K, V> m) This method is invoked whenever the value in an entry is overwritten by an invocation of put(k,v) for a key k that's already in the HashMap.(package private) voidrecordRemoval(HashMap<K, V> m) This method is invoked whenever the entry is removed from the table.toString()
-
Field Details
-
key
-
value
V value
-
-
Constructor Details
-
BasicMapEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
-
toString
-
recordAccess
-
recordRemoval
-