Uses of Interface
org.aksw.commons.index.util.CSetSupplier
-
Packages that use CSetSupplier Package Description org.aksw.commons.index org.aksw.commons.index.util -
-
Uses of CSetSupplier in org.aksw.commons.index
Methods in org.aksw.commons.index with parameters of type CSetSupplier 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 CSetSupplier in org.aksw.commons.index.util
Methods in org.aksw.commons.index.util that return CSetSupplier Modifier and Type Method Description default <X extends Set<?>>
CSetSupplier<X>CSetSupplier. cast()default <X> CSetSupplier<X>SetSupplier. wrapAsCSet(java.util.function.Supplier<X> valueSupplier)Wrap this map supplier such that any supplied map becomes wrapped as a cmap.static <X> CSetSupplier<X>SetSuppliers. wrapAsCSet(SetSupplier setSupplier, java.util.function.Supplier<X> valueSupplier)
-