set Property
Creates a SetProperty implementation to hold a Set of the given element type T
. The property has an empty set as its initial value.
The implementation will return immutable Set values from its query methods.
Return
The property. Never returns null.
Since
4.5
Parameters
element Type
The type of element.
<T>
The type of element.