| Name | Required | Type | Description | 
|---|---|---|---|
value | true | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Value to be used in collection operation. | 
addTo | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Reference to the Collection instance. | 
removeFrom | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Reference to the Collection instance. | 
unique | true | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Checks for duplicate items on addition, default is true. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.