Package com.qfs.msg
Class KeyValueEntry<V>
- java.lang.Object
-
- com.qfs.msg.KeyValueEntry<V>
-
- Type Parameters:
V- the type of the value
public class KeyValueEntry<V> extends Object
A class that contains both the key and the value of an entry.- Author:
- ActiveViam
-
-
Constructor Summary
Constructors Constructor Description KeyValueEntry(String key, V value)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Returns the key of the entry.VgetValue()Returns the value of the entry.
-