Class SetWrapper<T>

java.lang.Object
jadex.collection.CollectionWrapper<T>
jadex.collection.SetWrapper<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public abstract class SetWrapper<T> extends CollectionWrapper<T> implements Set<T>
  • Constructor Details

    • SetWrapper

      public SetWrapper(Set<T> delegate)
      Create a new wrapper.
      Parameters:
      delegate - The delegate.