Uses of Class
org.faktorips.runtime.internal.tableindex.RangeStructure
-
Packages that use RangeStructure Package Description org.faktorips.runtime.internal.tableindex -
-
Uses of RangeStructure in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return RangeStructure Modifier and Type Method Description RangeStructure<K,V,R>RangeStructure. copy()static <K extends java.lang.Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
RangeStructure<K,V,R>RangeStructure. create(RangeType keyType)Creates an emptyRangeStructure.static <K extends java.lang.Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
RangeStructure<K,V,R>RangeStructure. createWith(RangeType keyType, K key, V value)Creates a newRangeStructureand adds the given key-value pair.Methods in org.faktorips.runtime.internal.tableindex with parameters of type RangeStructure Modifier and Type Method Description voidRangeStructure. merge(RangeStructure<K,V,R> map)
-