Class ImmutableOpenIntMap<VType>

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

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

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