Uses of Class
org.hipparchus.util.AbstractOpenIntHashMap
Packages that use AbstractOpenIntHashMap
Package
Description
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of AbstractOpenIntHashMap in org.hipparchus.util
Subclasses of AbstractOpenIntHashMap in org.hipparchus.utilModifier and TypeClassDescriptionclass
Open addressed map from int to double.class
OpenIntToFieldHashMap<T extends FieldElement<T>>
Open addressed map from int to FieldElement.Methods in org.hipparchus.util with parameters of type AbstractOpenIntHashMapModifier and TypeMethodDescriptionprotected boolean
AbstractOpenIntHashMap.equalKeys
(AbstractOpenIntHashMap other) Check if keys are equals.protected boolean
AbstractOpenIntHashMap.equalStates
(AbstractOpenIntHashMap other) Check if states are equals.Constructors in org.hipparchus.util with parameters of type AbstractOpenIntHashMapModifierConstructorDescriptionprotected
Copy constructor.