Uses of Class
org.faktorips.runtime.internal.tableindex.KeyStructure
Packages that use KeyStructure
-
Uses of KeyStructure in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return KeyStructureModifier and TypeMethodDescriptionKeyStructure<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