Skip to main content

namespace ProximityMap

A type-invariant immutable Map of key type K, and value type V. In the Map, each key has exactly one value, and the Map cannot contain duplicate keys. See the Map documentation and the ProximityMap API documentation

Companion interface: ProximityMap<K,V>

Interfaces

NameDescription
ProximityMap.Builder<K,V>A mutable ProximityMap builder used to efficiently create new immutable instances. See the Map documentation and the ProximityMap.Builder API documentation
ProximityMap.Context<UK>A context instance for a ProximityMap that acts as a factory for every instance of this type of collection.
ProximityMap.NonEmpty<K,V>A non-empty type-invariant immutable Map of key type K, and value type V. In the Map, each key has exactly one value, and the Map cannot contain duplicate keys.
See the Map documentation and the ProximityMap API documentation
ProximityMap.TypesUtility interface that provides higher-level types for this collection.