Package net.finmath.util


package net.finmath.util
Provides utility classes.
Author:
Christian Fries
  • Class
    Description
    Cached<K,V>
    A simple wrapper, wrapping a Function<K,V> such that all calculations are cached in a ConcurrentHashMap<K,V>
    Provides utility method to write an object to a file and read an object from a file.
    TriFunction<U,V,W,R>