Uses of Class
org.faktorips.runtime.internal.tableindex.AbstractMapStructure

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
<T extends AbstractMapStructure<K,V,R>>
T
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)
           
 



Copyright © 2015. All rights reserved.