Package org.faktorips.runtime.internal.tableindex
package org.faktorips.runtime.internal.tableindex
-
ClassDescriptionAbstractMapStructure<K,
V extends SearchStructure<R> & MergeAndCopyStructure<V>, R> Abstract implementation for allstructuresthat map keys to nestedstructuresmuch like a map.KeyStructure<K,V extends SearchStructure<R> & MergeAndCopyStructure<V>, R> An implementation ofAbstractMapStructuremapping keys to nestedSearchStructuresmuch like a map.MergeAndCopyStructure<T extends MergeAndCopyStructure<T>>Defines the ability to merge or copy other objects into thisMergeAndCopyStructure.RangeStructure<K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>, R> ASearchStructurethat maps ranges to nestedSearchStructures.Defines how the bounds of ranges in aRangeStructureare handled.ResultStructuresare the leaves in the tree of nestedSearchStructures.ASearchStructureis a data structure that is used by tables to optimize index key access on their data.TwoColumnRangeStructure<K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>, R> ASearchStructurethat maps ranges (keys) to nestedSearchStructuresi.e. sets of values.UniqueResultStructuresare the leaves in the tree of nestedSearchStructures.