Uses of Class
org.faktorips.runtime.internal.tableindex.ResultStructure
-
Packages that use ResultStructure Package Description org.faktorips.runtime.internal.tableindex -
-
Uses of ResultStructure in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return ResultStructure Modifier and Type Method Description ResultStructure<R>ResultStructure. copy()static <R> ResultStructure<R>ResultStructure. createWith(java.util.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 Modifier and Type Method Description voidResultStructure. merge(ResultStructure<R> otherStructure)
-