Uses of Interface
org.ojalgo.type.ForgetfulMap.ValueCache
-
Packages that use ForgetfulMap.ValueCache Package Description org.ojalgo.type -
-
Uses of ForgetfulMap.ValueCache in org.ojalgo.type
Classes in org.ojalgo.type that implement ForgetfulMap.ValueCache Modifier and Type Class Description private static classForgetfulMap.ValueCacheImpl<K,V>A re-implementation ofTypeCachebacked by aForgetfulMap.classTypeCache<T>Deprecated.v56 UseForgetfulMap.newValueCache(Object, java.util.function.Function)instead.Methods in org.ojalgo.type that return ForgetfulMap.ValueCache Modifier and Type Method Description <V> ForgetfulMap.ValueCache<V>ForgetfulMap.Builder. build(java.util.function.Supplier<V> instantiator, java.util.function.Consumer<V> disposer)ForgetfulMap.ValueCache<V>ForgetfulMap. newValueCache(K key, java.util.function.Function<? super K,? extends V> valueSupplier)
-