Package net.finmath.util


package net.finmath.util
Some utilities.
Author:
Christian Fries
  • Interface Summary
    Interface
    Description
    TriFunction<U,​V,​W,​R>
     
  • Class Summary
    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.