Class CompactMap.CompactMapEntry

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

    protected 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() to changes on the outer CompactMap instance.
    See Also:
    Serialized Form