| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.parameter | |
| fr.cnes.sirius.patrius.time | |
| fr.cnes.sirius.patrius.tools.cache |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry<AbsoluteDateInterval,IParamDiffFunction> |
IntervalsFunction.getEntry(AbsoluteDate date)
|
CacheEntry<AbsoluteDateInterval,IParamDiffFunction> |
IntervalsFunction.getEntry(AbsoluteDate date,
boolean throwException)
|
| Modifier and Type | Method and Description |
|---|---|
CacheEntry<AbsoluteDateInterval,T> |
IntervalMapSearcher.getEntry(AbsoluteDate date)
Getter for the entry associated to the provided date.
|
CacheEntry<AbsoluteDateInterval,T> |
IntervalMapSearcher.getEntry(AbsoluteDate date,
boolean throwException)
Getter for the entry associated to the provided date.
|
CacheEntry<AbsoluteDateInterval,T>[] |
IntervalMapSearcher.toArray()
Transform into an array of entries.
|
CacheEntry<AbsoluteDateInterval,T>[] |
IntervalMapSearcher.toArray(boolean copy)
Transform into an array of entries.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<CacheEntry<AbsoluteDateInterval,T>> |
IntervalMapSearcher.iterator()
Return an iterator over entries associating an object and an interval.
|
| Modifier and Type | Method and Description |
|---|---|
CacheEntry<K,V> |
FIFOThreadSafeCache.computeIf(Predicate<CacheEntry<K,V>> cacheAvailabilityPredicate,
Supplier<CacheEntry<K,V>> entrySupplier)
Computes and add a new entry in the cache, if necessary.
|
CacheEntry<K,V> |
FIFOThreadSafeCache.computeIfAbsent(K key,
Supplier<CacheEntry<K,V>> entrySupplier)
Computes and add a new entry in the cache, if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
CacheEntry<K,V> |
FIFOThreadSafeCache.computeIf(Predicate<CacheEntry<K,V>> cacheAvailabilityPredicate,
Supplier<CacheEntry<K,V>> entrySupplier)
Computes and add a new entry in the cache, if necessary.
|
CacheEntry<K,V> |
FIFOThreadSafeCache.computeIf(Predicate<CacheEntry<K,V>> cacheAvailabilityPredicate,
Supplier<CacheEntry<K,V>> entrySupplier)
Computes and add a new entry in the cache, if necessary.
|
CacheEntry<K,V> |
FIFOThreadSafeCache.computeIfAbsent(K key,
Supplier<CacheEntry<K,V>> entrySupplier)
Computes and add a new entry in the cache, if necessary.
|
Copyright © 2025 CNES. All rights reserved.