Interface MapValue.Immutable<K,V>

Type Parameters:
K - The type of the key
V - The type of the value
All Superinterfaces:
MapValue<K,V>, Value<Map<K,V>>, Value.Immutable<Map<K,V>>
Enclosing interface:
MapValue<K,V>

public static interface MapValue.Immutable<K,V> extends MapValue<K,V>, Value.Immutable<Map<K,V>>
Represents a specialized type of Value.Immutable that is different from an CollectionValue.Immutable such that the "elements" are Map.Entry. Usually, this type of value is used to represent a particular "type" of "key" that is associated to a particular "value".