Name

adams.flow.transformer.CollectionInsert


Synopsis

Inserts an object in the collection using the specified position.
The object can be retrieved from a callable actor or from storage.
If the collection does not implement the java.util.List interface and the insertion is not at the end, the insertion will fail.


Additional information

Flow input/output:
- input: java.util.Collection
- output: java.util.Collection


See also

Options