Uses of Interface
org.aksw.commons.index.util.SetSupplier
Packages that use SetSupplier
-
Uses of SetSupplier in org.aksw.commons.index
Methods in org.aksw.commons.index with parameters of type SetSupplierModifier and TypeMethodDescriptionstatic <D,C, S extends Set<C>>
StorageNodeMutable<D,C, S> StorageComposers.leafComponentSet(int tupleIdx, SetSupplier setSupplier, TupleBridge<D, C> tupleAccessor) static <D,C, S extends Set<D>>
StorageNodeMutable<D,C, S> StorageComposers.leafSet(SetSupplier setSupplier, TupleBridge<D, C> tupleAccessor) -
Uses of SetSupplier in org.aksw.commons.index.core
Fields in org.aksw.commons.index.core declared as SetSupplierModifier and TypeFieldDescriptionprotected SetSupplierStorageNodeSetBase.setSupplierprotected SetSupplierStorageNodeSetBase.setSupplierConstructors in org.aksw.commons.index.core with parameters of type SetSupplierModifierConstructorDescriptionStorageNodeLeafComponentSet(int[] tupleIdxs, TupleBridge<D, C> tupleAccessor, SetSupplier setSupplier, TupleValueFunction<C, V> valueFunction, TupleAccessor<? super V, ? extends C> keyToComponent) StorageNodeLeafDomainSet(TupleBridge<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.utilModifier and TypeInterfaceDescriptioninterfaceCSetSupplier<X>Helper interface for creating new set instances with automatically inferred typesClasses in org.aksw.commons.index.util that implement SetSupplierMethods in org.aksw.commons.index.util that return SetSupplierModifier and TypeMethodDescriptionstatic SetSupplierForce 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 SetSupplierModifier and TypeMethodDescriptionstatic <X> CSetSupplier<X>SetSuppliers.wrapAsCSet(SetSupplier setSupplier, Supplier<X> valueSupplier)