Uses of Class
org.ojalgo.type.ForgetfulMap.CachedValue
-
Packages that use ForgetfulMap.CachedValue Package Description org.ojalgo.type -
-
Uses of ForgetfulMap.CachedValue in org.ojalgo.type
Fields in org.ojalgo.type with type parameters of type ForgetfulMap.CachedValue Modifier and Type Field Description private java.util.Map<K,ForgetfulMap.CachedValue<V>>
ForgetfulMap. myStorage
Methods in org.ojalgo.type with parameters of type ForgetfulMap.CachedValue Modifier and Type Method Description private boolean
ForgetfulMap. isExpired(long now, ForgetfulMap.CachedValue<V> cached)
Method parameters in org.ojalgo.type with type arguments of type ForgetfulMap.CachedValue Modifier and Type Method Description private java.util.Map.Entry<K,V>
ForgetfulMap. unwrap(java.util.Map.Entry<K,ForgetfulMap.CachedValue<V>> entry)
-