Class ImmutableOpenMap<KType,VType>

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

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

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