Uses of Class
org.ojalgo.type.ForgetfulMap
Packages that use ForgetfulMap
-
Uses of ForgetfulMap in org.ojalgo.optimisation.service
Fields in org.ojalgo.optimisation.service declared as ForgetfulMapModifier and TypeFieldDescriptionprivate final ForgetfulMap
<String, Optimisation.Result> OptimisationService.myResultCache
private final ForgetfulMap
<String, OptimisationService.Status> OptimisationService.myStatusCache
-
Uses of ForgetfulMap in org.ojalgo.type
Fields in org.ojalgo.type declared as ForgetfulMapMethods in org.ojalgo.type that return ForgetfulMapConstructors in org.ojalgo.type with parameters of type ForgetfulMapModifierConstructorDescription(package private)
ValueCache
(K key, ForgetfulMap<K, V> cache, Function<? super K, ? extends V> valueSupplier)