Uses of Interface
org.aksw.commons.util.memoize.MemoizedFunction
Packages that use MemoizedFunction
-
Uses of MemoizedFunction in org.aksw.commons.util.memoize
Classes in org.aksw.commons.util.memoize that implement MemoizedFunctionMethods in org.aksw.commons.util.memoize that return MemoizedFunctionModifier and TypeMethodDescriptionstatic <I,O> MemoizedFunction<I, O> Create with backing by a ConcurrentHashMapstatic <I,O> MemoizedFunction<I, O> MemoizedFunctionImpl.createNonConcurrent(Function<I, O> delegate) Create with backing by a HashMap