Uses of Interface
org.aksw.commons.index.util.CMap
-
Packages that use CMap Package Description org.aksw.commons.index org.aksw.commons.index.util -
-
Uses of CMap in org.aksw.commons.index
Methods in org.aksw.commons.index that return types with arguments of type CMap 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 CMap in org.aksw.commons.index.util
Classes in org.aksw.commons.index.util that implement CMap Modifier and Type Class Description classCMapImpl<K,V,X>A completable map.Methods in org.aksw.commons.index.util that return CMap Modifier and Type Method Description <K,V>
CMap<K,V,X>CMapSupplier. get()CMap<K,V,X>CMapImpl. setData(X data)
-