Package org.ojalgo.type
Class ForgetfulMap.CachedValue<V>
- java.lang.Object
-
- org.ojalgo.type.ForgetfulMap.CachedValue<V>
-
- Enclosing class:
- ForgetfulMap<K,V>
private static final class ForgetfulMap.CachedValue<V> extends java.lang.Object
Helper class to store value and timestamps
-
-
Constructor Summary
Constructors Constructor Description CachedValue(V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-