|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMapStructure | |
|---|---|
| org.faktorips.runtime.internal.tableindex | |
| Uses of AbstractMapStructure in org.faktorips.runtime.internal.tableindex |
|---|
| Subclasses of AbstractMapStructure in org.faktorips.runtime.internal.tableindex | |
|---|---|
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. |
| Methods in org.faktorips.runtime.internal.tableindex with type parameters of type AbstractMapStructure | ||
|---|---|---|
protected
|
AbstractMapStructure.fillCopy(T structure)
|
|
| Methods in org.faktorips.runtime.internal.tableindex with parameters of type AbstractMapStructure | |
|---|---|
protected void |
AbstractMapStructure.merge(AbstractMapStructure<K,V,R> otherMap)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||