Uses of Interface
org.aksw.commons.util.memoize.Memoized
-
Packages that use Memoized Package Description org.aksw.commons.util.memoize -
-
Uses of Memoized in org.aksw.commons.util.memoize
Subinterfaces of Memoized in org.aksw.commons.util.memoize Modifier and Type Interface Description interfaceMemoizedBiFunction<I1,I2,O>interfaceMemoizedFunction<I,O>interfaceMemoizedSupplier<T>Classes in org.aksw.commons.util.memoize that implement Memoized Modifier and Type Class Description classMemoizedBiFunctionImpl<I1,I2,O>classMemoizedFunctionImpl<I,O>classMemoizedSupplierImpl<T>
-