Uses of Interface
org.eclipse.rdf4j.collection.factory.api.BindingSetKey
Packages that use BindingSetKey
Package
Description
-
Uses of BindingSetKey in org.eclipse.rdf4j.collection.factory.api
Methods in org.eclipse.rdf4j.collection.factory.api that return BindingSetKeyModifier and TypeMethodDescriptionCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) Methods in org.eclipse.rdf4j.collection.factory.api that return types with arguments of type BindingSetKey -
Uses of BindingSetKey in org.eclipse.rdf4j.collection.factory.impl
Classes in org.eclipse.rdf4j.collection.factory.impl that implement BindingSetKeyMethods in org.eclipse.rdf4j.collection.factory.impl that return BindingSetKeyModifier and TypeMethodDescriptionDefaultCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) Methods in org.eclipse.rdf4j.collection.factory.impl that return types with arguments of type BindingSetKeyModifier and TypeMethodDescription<E> Map<BindingSetKey,
E> DefaultCollectionFactory.createGroupByMap()
-
Uses of BindingSetKey in org.eclipse.rdf4j.collection.factory.mapdb
Methods in org.eclipse.rdf4j.collection.factory.mapdb that return BindingSetKeyModifier and TypeMethodDescriptionfinal BindingSetKey
MapDb3CollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) MapDbCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) Methods in org.eclipse.rdf4j.collection.factory.mapdb that return types with arguments of type BindingSetKeyModifier and TypeMethodDescriptionprotected final org.mapdb.Serializer<BindingSetKey>
MapDb3CollectionFactory.createBindingSetKeySerializer()
<E> Map<BindingSetKey,
E> MapDb3CollectionFactory.createGroupByMap()
<E> Map<BindingSetKey,
E> MapDbCollectionFactory.createGroupByMap()