Uses of Class
org.faktorips.runtime.internal.tableindex.UniqueResultStructure
-
Packages that use UniqueResultStructure Package Description org.faktorips.runtime.internal.tableindex -
-
Uses of UniqueResultStructure in org.faktorips.runtime.internal.tableindex
Methods in org.faktorips.runtime.internal.tableindex that return UniqueResultStructure Modifier and Type Method Description UniqueResultStructure<R>UniqueResultStructure. copy()This method copies the object which calls it.static <R> UniqueResultStructure<R>UniqueResultStructure. 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 UniqueResultStructure Modifier and Type Method Description voidUniqueResultStructure. merge(UniqueResultStructure<R> otherStructure)
-