Uses of Interface
org.aksw.commons.index.util.CMap
Packages that use CMap
-
Uses of CMap in org.aksw.commons.index
Methods in org.aksw.commons.index that return types with arguments of type CMapModifier and TypeMethodDescriptionstatic <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, TupleBridge<D, C> tupleAccessor) -
Uses of CMap in org.aksw.commons.index.util
Classes in org.aksw.commons.index.util that implement CMapMethods in org.aksw.commons.index.util that return CMap