Uses of Class
org.orekit.utils.DoubleArrayDictionary.Entry
-
Packages that use DoubleArrayDictionary.Entry Package Description org.orekit.utils This package provides useful objects. -
-
Uses of DoubleArrayDictionary.Entry in org.orekit.utils
Methods in org.orekit.utils that return DoubleArrayDictionary.Entry Modifier and Type Method Description DoubleArrayDictionary.Entry
DoubleArrayDictionary. getEntry(String key)
Get a complete entry.Methods in org.orekit.utils that return types with arguments of type DoubleArrayDictionary.Entry Modifier and Type Method Description List<DoubleArrayDictionary.Entry>
DoubleArrayDictionary. getData()
Get an unmodifiable view of the dictionary entries.Methods in org.orekit.utils with parameters of type DoubleArrayDictionary.Entry Modifier and Type Method Description void
DoubleArrayDictionary.Entry. scaledIncrement(double factor, DoubleArrayDictionary.Entry raw)
Increment the value with another scaled entry.
-