- interface SetView(T) : View!(T) ΒΆ#
-
Sets provide an include operations for adding
an element only if it is not already present.
They also add a guarantee:
With sets,
you can be sure that the number of occurrences of any
element is either zero or one.
Doug Lea
@version 0.93
For an introduction to this package see Overview .