tango.util.collection.model.SetView

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.

Author:

Doug Lea @version 0.93

For an introduction to this package see Overview .