Uses of Class
org.faktorips.runtime.internal.tableindex.AbstractMapStructure
-
Packages that use AbstractMapStructure Package Description org.faktorips.runtime.internal.tableindex -
-
Uses of AbstractMapStructure in org.faktorips.runtime.internal.tableindex
Subclasses of AbstractMapStructure in org.faktorips.runtime.internal.tableindex Modifier and Type Class Description classKeyStructure<K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>An implementation ofAbstractMapStructuremapping keys to nestedSearchStructuresmuch like a map.classRangeStructure<K extends java.lang.Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>ASearchStructurethat maps ranges to nestedSearchStructures.classTwoColumnRangeStructure<K extends java.lang.Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>ASearchStructurethat maps ranges (keys) to nestedSearchStructuresi.e.Methods in org.faktorips.runtime.internal.tableindex with type parameters of type AbstractMapStructure Modifier and Type Method Description protected <T extends AbstractMapStructure<K,V,R>>
TAbstractMapStructure. fillCopy(T structure)Methods in org.faktorips.runtime.internal.tableindex with parameters of type AbstractMapStructure Modifier and Type Method Description protected voidAbstractMapStructure. merge(AbstractMapStructure<K,V,R> otherMap)
-