Class TestMap.TestEntry<K,V>
- java.lang.Object
-
- TestMap.TestEntry<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(Entry<K,V> e)
Returns equality of two entriesK
getKey()
Returns the key stored in this entry.V
getValue()
Returns the value stored in this entry.
-