Package se.liu.ida.hefquin.base.datastructures.impl
package se.liu.ida.hefquin.base.datastructures.impl
-
ClassesClassDescriptionThis is a hash table based implementation of
SolutionMappingsIndex
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.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.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.Wraps anotherSolutionMappingsIndex
and, for every method that returns anIterable
of solution mappings, this implementation copies theIterable
returned by the wrapped index into a new list and, then, returns that list.This is a special implementation ofSolutionMappingsIndex
that can be used for cases in which ALL indexed solution mappings should be returned as join partners.Base class for implementations ofSolutionMappingsIndex
that wrap anotherSolutionMappingsIndex
.