| Package | Description |
|---|---|
| org.faktorips.runtime.internal.tableindex |
| Modifier and Type | Method and Description |
|---|---|
TwoColumnRangeStructure<K,V,R> |
TwoColumnRangeStructure.copy() |
static <K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R> |
TwoColumnRangeStructure.create()
Creates an empty
TwoColumnRangeStructure. |
static <K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R> |
TwoColumnRangeStructure.createWith(K lowerBound,
K upperBound,
V value)
Creates a new
TwoColumnRangeStructure and adds the given range-value pair. |
| Modifier and Type | Method and Description |
|---|---|
void |
TwoColumnRangeStructure.merge(TwoColumnRangeStructure<K,V,R> map) |
Copyright © 2023. All rights reserved.