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

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

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

Methods in org.faktorips.runtime.internal.tableindex that return KeyStructure
 KeyStructure<K,V,R> KeyStructure.copy()
           
static
<K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
KeyStructure<K,V,R>
KeyStructure.create()
          Creates a new empty KeyStructure.
static
<K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
KeyStructure<K,V,R>
KeyStructure.createWith(K key, V value)
          Creates a new KeyStructure and put the given key value pair.
 

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



Copyright © 2015. All rights reserved.