Uses of Class
org.orekit.utils.FieldDataDictionary.Entry
-
Packages that use FieldDataDictionary.Entry Package Description org.orekit.utils This package provides useful objects. -
-
Uses of FieldDataDictionary.Entry in org.orekit.utils
Methods in org.orekit.utils that return FieldDataDictionary.Entry Modifier and Type Method Description FieldDataDictionary.Entry
FieldDataDictionary. getEntry(String key)
Get a complete entry.Methods in org.orekit.utils that return types with arguments of type FieldDataDictionary.Entry Modifier and Type Method Description List<FieldDataDictionary.Entry>
FieldDataDictionary. getData()
Get an unmodifiable view of the dictionary entries.
-