Uses of Class
se.liu.ida.hefquin.base.datastructures.impl.SolutionMappingsIndexBase
Packages that use SolutionMappingsIndexBase
-
Uses of SolutionMappingsIndexBase in se.liu.ida.hefquin.base.datastructures.impl
Subclasses of SolutionMappingsIndexBase in se.liu.ida.hefquin.base.datastructures.implModifier and TypeClassDescriptionclass
This is a hash table based implementation ofSolutionMappingsIndex
that can be used for indexes that are meant to be used for cases in which adding and probing into the index may not happen concurrently.class
This is a hash table based implementation ofSolutionMappingsIndex
that can be used for indexes that are built on one query variable and that are meant to be used for cases in which adding and probing into the index may not happen concurrently.class
This is a hash table based implementation ofSolutionMappingsIndex
that can be used for indexes that are built on two query variables and that are meant to be used for cases in which adding and probing into the index may not happen concurrently.class
This is a special implementation ofSolutionMappingsIndex
that can be used for cases in which ALL indexed solution mappings should be returned as join partners.