Uses of Interface
org.orekit.utils.TimeStampedCache
-
Packages that use TimeStampedCache Package Description org.orekit.utils This package provides useful objects. -
-
Uses of TimeStampedCache in org.orekit.utils
Classes in org.orekit.utils that implement TimeStampedCache Modifier and Type Class Description class
GenericTimeStampedCache<T extends TimeStamped>
Generic thread-safe cache fortime-stamped
data.class
ImmutableTimeStampedCache<T extends TimeStamped>
A cache ofTimeStamped
data that provides concurrency through immutability.
-