Package | Description |
---|---|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
FieldArrayDictionary.Entry |
FieldArrayDictionary.getEntry(String key)
Get a complete entry.
|
Modifier and Type | Method and Description |
---|---|
List<FieldArrayDictionary.Entry> |
FieldArrayDictionary.getData()
Get an unmodifiable view of the dictionary entries.
|
Modifier and Type | Method and 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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.