- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable, java.util.Map.Entry
public class KeyValuePair
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable, java.util.Map.Entry
Key-Value pair to be stored in persistent collection.
Collections are transparent to type, so we provide this wrapper to give a key-value type
if necessary. For compatibility we conform to Map.Entry interface contract
- Author:
- Jonathan Groff Copyright (C) NeoCoreTechs 2021,2022
- See Also:
- Serialized Form