Class ModifiableSet<E>

Type Parameters:
E - the type of elements maintained by this set.
All Implemented Interfaces:
PropertyBindable, PropertyConstrainable, Modifiable, Iterable<E>, Collection<E>, Set<E>

@Deprecated public class ModifiableSet<E> extends ModifiableCollection<E> implements Set<E>
Deprecated.
A set that implements Modifiable so that it can keep track of whether it has been modified.
Author:
Garret Wilson
API Note:
This class is meant as a wrapper to an existing set.
See Also:
  • Constructor Details

    • ModifiableSet

      public ModifiableSet(Set<E> set)
      Deprecated.
      Set constructor.
      Parameters:
      set - The set this set should wrap.