Uses of Class
org.faktorips.runtime.internal.tableindex.RangeStructure
Packages that use RangeStructure
-
Uses of RangeStructure in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return RangeStructureModifier and TypeMethodDescriptionRangeStructure.copy()static <K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>, R>
RangeStructure<K,V, R> Creates an emptyRangeStructure.static <K extends 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