Uses of Class
org.faktorips.runtime.internal.tableindex.RangeType
-
Packages that use RangeType Package Description org.faktorips.runtime.internal.tableindex -
-
Uses of RangeType in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return RangeType Modifier and Type Method Description static RangeTypeRangeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RangeType[]RangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.faktorips.runtime.internal.tableindex with parameters of type RangeType Modifier and Type Method Description 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.
-