Uses of Enum Class
org.faktorips.runtime.internal.tableindex.RangeType
Packages that use RangeType
-
Uses of RangeType in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return RangeTypeModifier and TypeMethodDescriptionstatic RangeTypeReturns the enum constant of this class with the specified name.static RangeType[]RangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.faktorips.runtime.internal.tableindex with parameters of type RangeTypeModifier and TypeMethodDescriptionstatic <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.