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 TypeClassDescriptionclassOpen addressed map from int to double.classOpenIntToFieldHashMap<T extends FieldElement<T>>Open addressed map from int to FieldElement.Methods in org.hipparchus.util with parameters of type AbstractOpenIntHashMapModifier and TypeMethodDescriptionprotected booleanAbstractOpenIntHashMap.equalKeys(AbstractOpenIntHashMap other) Check if keys are equals.protected booleanAbstractOpenIntHashMap.equalStates(AbstractOpenIntHashMap other) Check if states are equals.Constructors in org.hipparchus.util with parameters of type AbstractOpenIntHashMapModifierConstructorDescriptionprotectedCopy constructor.