Class KVPArray<K,​V>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<KVPEntry<K,​V>>
io.github.jmcleodfoss.msg.KVPArray<K,​V>
Type Parameters:
K - The type of the keys in the key-value pair
V - The type of the value in the key-value pair
All Implemented Interfaces:
Serializable, Cloneable, Iterable<KVPEntry<K,​V>>, Collection<KVPEntry<K,​V>>, List<KVPEntry<K,​V>>, RandomAccess

public class KVPArray<K,​V>
extends ArrayList<KVPEntry<K,​V>>
Convenience class for propagating ordered KVP data to client applications. This is a wrapper for an ArrayList of KVPEntry values.
See Also:
Serialized Form
  • Constructor Details