Uses of Interface
org.aksw.commons.util.memoize.MemoizedFunction
-
Packages that use MemoizedFunction Package Description org.aksw.commons.util.memoize -
-
Uses of MemoizedFunction in org.aksw.commons.util.memoize
Classes in org.aksw.commons.util.memoize that implement MemoizedFunction Modifier and Type Class Description classMemoizedFunctionImpl<I,O>Methods in org.aksw.commons.util.memoize that return MemoizedFunction Modifier and Type Method Description static <I,O>
MemoizedFunction<I,O>MemoizedFunctionImpl. create(java.util.function.Function<I,O> delegate)Create with backing by a ConcurrentHashMapstatic <I,O>
MemoizedFunction<I,O>MemoizedFunctionImpl. createNonConcurrent(java.util.function.Function<I,O> delegate)Create with backing by a HashMap
-