Uses of Interface
org.aksw.commons.index.util.CSetSupplier
Packages that use CSetSupplier
-
Uses of CSetSupplier in org.aksw.commons.index
Methods in org.aksw.commons.index with parameters of type CSetSupplierModifier and TypeMethodDescriptionstatic <D,C, X> StorageNodeMutable <D, C, CSet<C, X>> CStorageComposers.leafComponentSet(int tupleIdx, CSetSupplier<X> setSupplier, TupleBridge<D, C> tupleAccessor) static <D,C, X> StorageNodeMutable <D, C, CSet<D, X>> CStorageComposers.leafSet(CSetSupplier<X> setSupplier, TupleBridge<D, C> tupleAccessor) -
Uses of CSetSupplier in org.aksw.commons.index.util
Methods in org.aksw.commons.index.util that return CSetSupplierModifier and TypeMethodDescriptiondefault <X extends Set<?>>
CSetSupplier<X> CSetSupplier.cast()default <X> CSetSupplier<X> SetSupplier.wrapAsCSet(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, Supplier<X> valueSupplier)