Uses of Interface
org.eclipse.rdf4j.collection.factory.api.BindingSetKey
-
Packages that use BindingSetKey Package Description org.eclipse.rdf4j.collection.factory.api org.eclipse.rdf4j.collection.factory.impl org.eclipse.rdf4j.collection.factory.mapdb -
-
Uses of BindingSetKey in org.eclipse.rdf4j.collection.factory.api
Methods in org.eclipse.rdf4j.collection.factory.api that return BindingSetKey Modifier and Type Method Description BindingSetKey
CollectionFactory. 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 Modifier and Type Method Description <E> Map<BindingSetKey,E>
CollectionFactory. createGroupByMap()
-
Uses of BindingSetKey in org.eclipse.rdf4j.collection.factory.impl
Classes in org.eclipse.rdf4j.collection.factory.impl that implement BindingSetKey Modifier and Type Class Description class
DefaultBindingSetKey
Methods in org.eclipse.rdf4j.collection.factory.impl that return BindingSetKey Modifier and Type Method Description BindingSetKey
DefaultCollectionFactory. 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 BindingSetKey Modifier and Type Method Description <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 BindingSetKey Modifier and Type Method Description BindingSetKey
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 BindingSetKey Modifier and Type Method Description <E> Map<BindingSetKey,E>
MapDbCollectionFactory. createGroupByMap()
-