Package com.qfs.msg
Class KeyValueEntry<V>
java.lang.Object
com.qfs.msg.KeyValueEntry<V>
- Type Parameters:
V- the type of the value
A class that contains both the key and the value of an entry.
- Author:
- ActiveViam
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyValueEntry
Constructor.- Parameters:
key- the key of the entryvalue- the value of the entry
-
-
Method Details
-
getKey
Returns the key of the entry. -
getValue
Returns the value of the entry.
-