Uses of Class
org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
Packages that use TwoColumnRangeStructure
-
Uses of TwoColumnRangeStructure in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return TwoColumnRangeStructureModifier and TypeMethodDescriptionTwoColumnRangeStructure.copy()static <K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>, R>
TwoColumnRangeStructure<K,V, R> TwoColumnRangeStructure.create()Creates an emptyTwoColumnRangeStructure.static <K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>, R>
TwoColumnRangeStructure<K,V, R> TwoColumnRangeStructure.createWith(K lowerBound, K upperBound, V value) Creates a newTwoColumnRangeStructureand adds the given range-value pair.Methods in org.faktorips.runtime.internal.tableindex with parameters of type TwoColumnRangeStructureModifier and TypeMethodDescriptionvoidTwoColumnRangeStructure.merge(TwoColumnRangeStructure<K, V, R> map)