Uses of Class
org.ojalgo.type.ForgetfulMap
-
Packages that use ForgetfulMap Package Description org.ojalgo.optimisation.service org.ojalgo.type -
-
Uses of ForgetfulMap in org.ojalgo.optimisation.service
Fields in org.ojalgo.optimisation.service declared as ForgetfulMap Modifier and Type Field Description private ForgetfulMap<java.lang.String,Optimisation.Result>
OptimisationService. myResultCache
private ForgetfulMap<java.lang.String,OptimisationService.Status>
OptimisationService. myStatusCache
-
Uses of ForgetfulMap in org.ojalgo.type
Fields in org.ojalgo.type declared as ForgetfulMap Modifier and Type Field Description private ForgetfulMap<K,V>
ForgetfulMap.ValueCache. myCache
Methods in org.ojalgo.type that return ForgetfulMap Modifier and Type Method Description <K,V>
ForgetfulMap<K,V>ForgetfulMap.Builder. build()
Constructors in org.ojalgo.type with parameters of type ForgetfulMap Constructor Description ValueCache(K key, ForgetfulMap<K,V> cache, java.util.function.Function<? super K,? extends V> valueSupplier)
-