
ArrayRemoveElement |
User Level Documentation: Removes an element occurrences an array.
This actor reads an array from the input port and and an element from either a port
or a parameter and removes the element occurrences from the array. If the array contains
no other values, leave a single occurrence.
Author(s): Efrat Jaeger
Version:$Id: ArrayRemoveElement.java,v 1.4 2006/05/18 22:20:00 mangal Exp $
array
The input array.
output
The resulting output array.
element
The element to be removed.