Uses of Class
org.faktorips.runtime.internal.tableindex.TwoColumnRangeStructure
-
Packages that use TwoColumnRangeStructure Package Description org.faktorips.runtime.internal.tableindex -
-
Uses of TwoColumnRangeStructure in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return TwoColumnRangeStructure Modifier and Type Method Description TwoColumnRangeStructure<K,V,R>TwoColumnRangeStructure. copy()static <K extends java.lang.Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
TwoColumnRangeStructure<K,V,R>TwoColumnRangeStructure. create()Creates an emptyTwoColumnRangeStructure.static <K extends java.lang.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 TwoColumnRangeStructure Modifier and Type Method Description voidTwoColumnRangeStructure. merge(TwoColumnRangeStructure<K,V,R> map)
-