| Calculates the index that would be used in this TabularData instance to refer to the specified CompositeData value parameter, if it were added.
This method checks for the type validity of the specified value, but does not check if the calculated index is already used to refer to a value in this TabularData instance
Parameters: index - the CompositeData value whose index in this TabularData instance is to be calculated. It must be of the same composite type as this instances' rowType and cannot be null. object[] value that the specified value would have in this TabulatData instance throws: NullPointerException - if index is null throws: InvalidOpenTypeException - if index does not conform to this TabularData instance's rowType |