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 Object
Helper class to store value and timestamps
  • Field Details

    • accessed

      long accessed
    • value

      final V value
    • written

      final long written
  • Constructor Details

    • CachedValue

      CachedValue(V value)
  • Method Details