Package org.hipparchus.util
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
Get index at which new value should be put.boolean
isExisting()
Get indicator for value already present before insertion.
-