Uses of Class
org.faktorips.runtime.internal.tableindex.ResultStructure
Packages that use ResultStructure
-
Uses of ResultStructure in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return ResultStructureModifier and TypeMethodDescriptionResultStructure.copy()static <R> ResultStructure<R>ResultStructure.createWith(Set<R> resultValues) Creates a newResultSetwith the given set of result values.static <R> ResultStructure<R>ResultStructure.createWith(R resultValue) Creates a newResultSetwith the given resultValue as its only result value.Methods in org.faktorips.runtime.internal.tableindex with parameters of type ResultStructure