Uses of Class
org.hipparchus.util.AbstractOpenIntHashMap
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of AbstractOpenIntHashMap in org.hipparchus.util
Modifier and TypeClassDescriptionclass
Open addressed map from int to double.class
OpenIntToFieldHashMap<T extends FieldElement<T>>
Open addressed map from int to FieldElement.Modifier and TypeMethodDescriptionprotected boolean
AbstractOpenIntHashMap.equalKeys
(AbstractOpenIntHashMap other) Check if keys are equals.protected boolean
AbstractOpenIntHashMap.equalStates
(AbstractOpenIntHashMap other) Check if states are equals.ModifierConstructorDescriptionprotected
Copy constructor.