| Package | Description |
|---|---|
| org.faktorips.runtime.internal.tableindex |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static <K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R> |
RangeStructure.create(RangeType keyType)
Creates an empty
RangeStructure. |
static <K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R> |
RangeStructure.createWith(RangeType keyType,
K key,
V value)
Creates a new
RangeStructure and adds the given key-value pair. |
Copyright © 2017. All rights reserved.