|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RangeType | |
|---|---|
| org.faktorips.runtime.internal.tableindex | |
| Uses of RangeType in org.faktorips.runtime.internal.tableindex |
|---|
| Methods in org.faktorips.runtime.internal.tableindex that return RangeType | |
|---|---|
static RangeType |
RangeType.valueOf(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 | ||
|---|---|---|
static
|
RangeStructure.create(RangeType keyType)
Creates an empty RangeStructure. |
|
static
|
RangeStructure.createWith(RangeType keyType,
K key,
V value)
Creates a new RangeStructure and adds the given key-value pair. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||