Class KVPEntry<K,​V>

java.lang.Object
java.util.AbstractMap.SimpleImmutableEntry<K,​V>
io.github.jmcleodfoss.msg.KVPEntry<K,​V>
Type Parameters:
K - The type of the key in the key-value pair
V - The type of the valu in the key-value pair
All Implemented Interfaces:
Serializable, Map.Entry<K,​V>

public class KVPEntry<K,​V>
extends AbstractMap.SimpleImmutableEntry<K,​V>
Convenience wrapper for a key-value pair. This is a wrapper for a SimpleImmutableArray hashmap entry.
See Also:
Serialized Form