Class AbstractOpenIntHashMap.InsertionHolder

java.lang.Object
org.hipparchus.util.AbstractOpenIntHashMap.InsertionHolder
Enclosing class:
AbstractOpenIntHashMap

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

    • 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