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 java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Integer()  
  • Method Summary

    Modifier and Type Method Description
    static <V> com.carrotsearch.hppc.ObjectIntHashMap<V> ensureNoNullKeys​(int capacity, float loadFactor)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Integer

      public Integer()
  • Method Details

    • ensureNoNullKeys

      public static <V> com.carrotsearch.hppc.ObjectIntHashMap<V> ensureNoNullKeys​(int capacity, float loadFactor)