Class LazyMap<K,V>

java.lang.Object
com.yourkit.probes.LazyMap<K,V>

public abstract class LazyMap<K,V> extends Object
Lazily obtain and cache expensive calculation results for particular instance. The implementation is based on WeakKeyMap
  • Constructor Details

    • LazyMap

      public LazyMap()
  • Method Details

    • get

      @NotNull public V get(@NotNull K object)