Class ModifiableSet

  • All Implemented Interfaces:
    PropertyBindable, PropertyConstrainable, Modifiable, java.lang.Iterable, java.util.Collection, java.util.Set

    public class ModifiableSet
    extends ModifiableCollection
    implements java.util.Set
    Deprecated.
    A set that implements Modifiable so that it can keep track of whether it has been modified.

    This class is meant as a wrapper to an existing set.

    Author:
    Garret Wilson
    See Also:
    Modifiable
    • Constructor Detail

      • ModifiableSet

        public ModifiableSet​(java.util.Set set)
        Deprecated.
        Set constructor.
        Parameters:
        set - The set this set should wrap.