Class AbstractOpenIntHashMap.InsertionHolder

  • Enclosing class:
    AbstractOpenIntHashMap

    protected static class AbstractOpenIntHashMap.InsertionHolder
    extends Object
    Holder for handling values insertion.
    Since:
    3.1
    • Method Detail

      • getIndex

        public int getIndex()
        Get index at which new value should be put.
        Returns:
        index at which new value should be put
      • isExisting

        public boolean isExisting()
        Get indicator for value already present before insertion.
        Returns:
        indicator for value already present before insertion