| Package | Description |
|---|---|
| org.faktorips.runtime.internal.tableindex |
| Modifier and Type | Method and Description |
|---|---|
RangeStructure<K,V,R> |
RangeStructure.copy() |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeStructure.merge(RangeStructure<K,V,R> map) |
Copyright © 2017. All rights reserved.