Class CompactMap.CompactMapEntry

  • All Implemented Interfaces:
    Serializable, Map.Entry<K,​V>
    Enclosing class:
    CompactMap<K,​V>

    public class CompactMap.CompactMapEntry
    extends AbstractMap.SimpleEntry<K,​V>
    Marker Class to hold key and value when the key is not the same as the getSingleValueKey(). This method transmits the setValue() changes to the outer CompactMap instance.
    See Also:
    Serialized Form