Uses of Class
org.faktorips.runtime.internal.tableindex.ResultStructure

Packages that use ResultStructure
org.faktorips.runtime.internal.tableindex   
 

Uses of ResultStructure in org.faktorips.runtime.internal.tableindex
 

Methods in org.faktorips.runtime.internal.tableindex that return ResultStructure
 ResultStructure<R> ResultStructure.copy()
           
static
<R> ResultStructure<R>
ResultStructure.createWith(R resultValue)
          Creates a new ResultSet with the given resultValue as its only result value.
static
<R> ResultStructure<R>
ResultStructure.createWith(Set<R> resultValues)
          Creates a new ResultSet with the given set of result values.
 

Methods in org.faktorips.runtime.internal.tableindex with parameters of type ResultStructure
 void ResultStructure.merge(ResultStructure<R> otherStructure)
           
 



Copyright © 2015. All rights reserved.