Package org.elasticsearch.common.collect
Class HppcMaps.Object.Integer
- java.lang.Object
-
- org.elasticsearch.common.collect.HppcMaps.Object.Integer
-
- Enclosing class:
- HppcMaps.Object
public static final class HppcMaps.Object.Integer extends Object
-
-
Constructor Summary
Constructors Constructor Description Integer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> ObjectIntHashMap<V>ensureNoNullKeys(int capacity, float loadFactor)
-
-
-
Method Detail
-
ensureNoNullKeys
public static <V> ObjectIntHashMap<V> ensureNoNullKeys(int capacity, float loadFactor)
-
-