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

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

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

Methods in org.faktorips.runtime.internal.tableindex that return RangeType
static RangeType RangeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RangeType[] RangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.faktorips.runtime.internal.tableindex with parameters of type RangeType
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.
 



Copyright © 2015. All rights reserved.