| Package | Description |
|---|---|
| org.faktorips.runtime.internal.tableindex |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyStructure<K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
An implementation of
AbstractMapStructure mapping keys to nested SearchStructures much like a map. |
class |
RangeStructure<K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
A
SearchStructure that maps ranges to nested SearchStructures. |
class |
TwoColumnRangeStructure<K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
A
SearchStructure that maps ranges (keys) to nested SearchStructures i.e. |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractMapStructure<K,V,R>> |
AbstractMapStructure.fillCopy(T structure) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractMapStructure.merge(AbstractMapStructure<K,V,R> otherMap) |
Copyright © 2016. All rights reserved.