ContentsIndexHome
PreviousUpNext
IDataView.insert Method (Tuple, int, boolean)

Sets the given position to the specified value. If the specified position does not exist yet in the index domain(s), the index domain(s) will be extended. 

If the value does not exist in the associated range (when this is a view on an Element Parameter with a subset of Integer as its range), the boolean insertIntoRange can be set to true to indicate that the value should also be inserted into the range. 

Applies to element valued data of which the range is a subset of Integers. 

 

Java
void insert(Tuple pos, 
                   int value, 
                   boolean insertIntoRange);
Parameters 
Description 
Tuple pos 
The position.  
int value 
The value.  
boolean insertIntoRange 
True if the range may be extended.