Package org.elasticsearch.common.collect
package org.elasticsearch.common.collect
-
ClassDescriptionCopyOnWriteHashMap<K,V>An immutable map whose writes result in a new copy of the map to be created.An
EvictingQueue
is a non-blocking queue which is limited to a maximum size; when new elements are added to a full queue, elements are evicted from the head of the queue to accommodate the new elements.ImmutableOpenIntMap<VType>An immutable map implementation based on open hash map.ImmutableOpenIntMap.Builder<VType>ImmutableOpenMap<KType,VType>An immutable map implementation based on open hash map.ImmutableOpenMap.Builder<KType,VType>MapBuilder<K,V>