Uses of Interface
org.aksw.commons.index.util.SetSupplier
-
Packages that use SetSupplier Package Description org.aksw.commons.index org.aksw.commons.index.core org.aksw.commons.index.util -
-
Uses of SetSupplier in org.aksw.commons.index
Methods in org.aksw.commons.index with parameters of type SetSupplier Modifier and Type Method Description static <D,C,S extends Set<C>>
StorageNodeMutable<D,C,S>StorageComposers. leafComponentSet(int tupleIdx, SetSupplier setSupplier, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor)static <D,C,S extends Set<D>>
StorageNodeMutable<D,C,S>StorageComposers. leafSet(SetSupplier setSupplier, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor) -
Uses of SetSupplier in org.aksw.commons.index.core
Fields in org.aksw.commons.index.core declared as SetSupplier Modifier and Type Field Description protected SetSupplierStorageNodeSetBase. setSupplierprotected SetSupplierStorageNodeSetBase. setSupplierConstructors in org.aksw.commons.index.core with parameters of type SetSupplier Constructor Description StorageNodeLeafComponentSet(int[] tupleIdxs, org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor, SetSupplier setSupplier, TupleValueFunction<C,V> valueFunction, org.aksw.commons.tuple.TupleAccessorCore<? super V,? extends C> keyToComponent)StorageNodeLeafDomainSet(org.aksw.commons.tuple.TupleAccessor<D,C> tupleAccessor, SetSupplier setSupplier, TupleValueFunction<C,V> valueFunction) -
Uses of SetSupplier in org.aksw.commons.index.util
Subinterfaces of SetSupplier in org.aksw.commons.index.util Modifier and Type Interface Description interfaceCSetSupplier<X>Helper interface for creating new set instances with automatically inferred typesClasses in org.aksw.commons.index.util that implement SetSupplier Modifier and Type Class Description static classSetSuppliers.SetSupplierTreeSet<X>Methods in org.aksw.commons.index.util that return SetSupplier Modifier and Type Method Description static SetSupplierSetSuppliers. forceCast(java.util.function.Supplier<Set<?>> setSupplier)Force cast to the requested type.static <X> SetSupplierSetSuppliers. forTreeSet(Comparator<X> cmp)static SetSupplierSetSuppliers. none()A supplier that supplies null instead of set instances.Methods in org.aksw.commons.index.util with parameters of type SetSupplier Modifier and Type Method Description static <X> CSetSupplier<X>SetSuppliers. wrapAsCSet(SetSupplier setSupplier, java.util.function.Supplier<X> valueSupplier)
-