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

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

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

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

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



Copyright © 2015. All rights reserved.