Uses of Interface
org.aksw.commons.index.util.CSet
-
Packages that use CSet Package Description org.aksw.commons.index org.aksw.commons.index.util -
-
Uses of CSet in org.aksw.commons.index
Methods in org.aksw.commons.index that return types with arguments of type CSet Modifier and Type Method Description static <D,C,X>
StorageNodeMutable<D,C,CSet<C,X>>CStorageComposers. leafComponentSet(int tupleIdx, CSetSupplier<X> setSupplier, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor)static <D,C,X>
StorageNodeMutable<D,C,CSet<D,X>>CStorageComposers. leafSet(CSetSupplier<X> setSupplier, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor) -
Uses of CSet in org.aksw.commons.index.util
Classes in org.aksw.commons.index.util that implement CSet Modifier and Type Class Description classCSetImpl<T,X>Methods in org.aksw.commons.index.util that return CSet Modifier and Type Method Description <T> CSet<T,X>CSetSupplier. get()CSet<T,X>CSet. setData(X data)CSet<T,X>CSetImpl. setData(X data)
-