Package jadex.collection
Class MapEntry<K,V>
java.lang.Object
jadex.collection.MapEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
Replacement for Map.Entry which cannot be instantiated :-(
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
k
-
v
-
-
Constructor Details
-
MapEntry
Create a new map entry.- Parameters:
k
- The key.v
- The value.
-
-
Method Details
-
getKey
Get the key. -
getValue
Get the value. -
setValue
Set the value. -
hashCode
public final int hashCode()Get the hashcode. -
equals
Test if equal.
-