Uses of Class
org.faktorips.runtime.internal.tableindex.KeyStructure
-
Packages that use KeyStructure Package Description org.faktorips.runtime.internal.tableindex -
-
Uses of KeyStructure in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return KeyStructure Modifier and Type Method Description KeyStructure<K,V,R>KeyStructure. copy()static <K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
KeyStructure<K,V,R>KeyStructure. create()Creates a new emptyKeyStructure.static <K,V extends SearchStructure<R> & MergeAndCopyStructure<V>,R>
KeyStructure<K,V,R>KeyStructure. createWith(K key, V value)Creates a newKeyStructureand put the given key value pair.Methods in org.faktorips.runtime.internal.tableindex with parameters of type KeyStructure Modifier and Type Method Description voidKeyStructure. merge(KeyStructure<K,V,R> map)
-