Class ConcurrentHashMapLong<T>

java.lang.Object
org.elasticsearch.common.util.concurrent.ConcurrentHashMapLong<T>
All Implemented Interfaces:
ConcurrentMap<Long,​T>, Map<Long,​T>, ConcurrentMapLong<T>

public class ConcurrentHashMapLong<T> extends Object implements ConcurrentMapLong<T>