Uses of Interface
org.ojalgo.type.ForgetfulMap.ValueCache
Packages that use ForgetfulMap.ValueCache
-
Uses of ForgetfulMap.ValueCache in org.ojalgo.type
Classes in org.ojalgo.type that implement ForgetfulMap.ValueCacheModifier and TypeClassDescriptionprivate static final classA re-implementation ofTypeCachebacked by aForgetfulMap.classTypeCache<T>Deprecated.Methods in org.ojalgo.type that return ForgetfulMap.ValueCacheModifier and TypeMethodDescription<V> ForgetfulMap.ValueCache<V> ForgetfulMap.newValueCache(K key, Function<? super K, ? extends V> valueSupplier)
ForgetfulMap.newValueCache(Object, java.util.function.Function)instead.