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