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.myResultCacheprivate final ForgetfulMap<String, OptimisationService.Status> OptimisationService.myStatusCache -
Uses of ForgetfulMap in org.ojalgo.type
Fields in org.ojalgo.type declared as ForgetfulMapModifier and TypeFieldDescriptionprivate final ForgetfulMap<K, V> ForgetfulMap.ValueCacheImpl.myCacheMethods in org.ojalgo.type that return ForgetfulMapModifier and TypeMethodDescription<K,V> ForgetfulMap <K, V> ForgetfulMap.Builder.build()<K,V> ForgetfulMap <K, V> Constructors in org.ojalgo.type with parameters of type ForgetfulMapModifierConstructorDescription(package private)ValueCacheImpl(K key, ForgetfulMap<K, V> cache, Function<? super K, ? extends V> valueSupplier)