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

Packages that use TwoColumnRangeStructure
org.faktorips.runtime.internal.tableindex   
 

Uses of TwoColumnRangeStructure in org.faktorips.runtime.internal.tableindex
 

Methods in org.faktorips.runtime.internal.tableindex that return TwoColumnRangeStructure
 TwoColumnRangeStructure<K,V,R> TwoColumnRangeStructure.copy()
           
static
<K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
TwoColumnRangeStructure<K,V,R>
TwoColumnRangeStructure.create()
          Creates an empty TwoColumnRangeStructure.
static
<K extends Comparable<? super K>,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
TwoColumnRangeStructure<K,V,R>
TwoColumnRangeStructure.createWith(K lowerBound, K upperBound, V value)
          Creates a new TwoColumnRangeStructure and adds the given range-value pair.
 

Methods in org.faktorips.runtime.internal.tableindex with parameters of type TwoColumnRangeStructure
 void TwoColumnRangeStructure.merge(TwoColumnRangeStructure<K,V,R> map)
           
 



Copyright © 2015. All rights reserved.