Uses of Interface
org.aksw.commons.index.util.CMapSupplier
-
Packages that use CMapSupplier Package Description org.aksw.commons.index org.aksw.commons.index.util -
-
Uses of CMapSupplier in org.aksw.commons.index
Methods in org.aksw.commons.index with parameters of type CMapSupplier Modifier and Type Method Description static <D,C,V,X>
StorageNodeMutable<D,C,CMap<C,V,X>>CStorageComposers. innerMap(int tupleIdx, CMapSupplier<X> mapSupplier, StorageNodeMutable<D,C,V> child)static <D,C,X>
StorageNodeMutable<D,C,CMap<C,D,X>>CStorageComposers. leafMap(int tupleIdx, CMapSupplier<X> mapSupplier, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor) -
Uses of CMapSupplier in org.aksw.commons.index.util
Methods in org.aksw.commons.index.util that return CMapSupplier Modifier and Type Method Description default <X extends Map<?,?>>
CMapSupplier<X>CMapSupplier. cast()default <X> CMapSupplier<X>MapSupplier. wrapAsCMap(java.util.function.Supplier<X> valueSupplier)static <X> CMapSupplier<X>MapSuppliers. wrapAsCMap(MapSupplier supp, java.util.function.Supplier<X> initValueSupp)
-