Package org.hipparchus.util
Class AbstractOpenIntHashMap.InsertionHolder
java.lang.Object
org.hipparchus.util.AbstractOpenIntHashMap.InsertionHolder
- Enclosing class:
- AbstractOpenIntHashMap
Holder for handling values insertion.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
Get index at which new value should be put.boolean
Get indicator for value already present before insertion.
-
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
-