Class ImmutableOpenMap<KType,VType>

java.lang.Object
org.elasticsearch.common.collect.ImmutableOpenMap<KType,VType>
All Implemented Interfaces:
Map<KType,VType>

public final class ImmutableOpenMap<KType,VType> extends Object implements Map<KType,VType>
An immutable map implementation based on open hash map.

Can be constructed using a builder(), or using builder(ImmutableOpenMap) (which is an optimized option to copy over existing content and modify it).