Class ResultStructure<R>

java.lang.Object
org.faktorips.runtime.internal.tableindex.SearchStructure<R>
org.faktorips.runtime.internal.tableindex.ResultStructure<R>
All Implemented Interfaces:
MergeAndCopyStructure<ResultStructure<R>>

public class ResultStructure<R> extends SearchStructure<R> implements MergeAndCopyStructure<ResultStructure<R>>
ResultStructures are the leaves in the tree of nested SearchStructures. Each ResultStructure defines a result of a search and thus holds a set of values. It also implements the MergeAndCopyStructure interface to be able to combine the values of two result structures.