Class SetWrapper<T>
- java.lang.Object
- 
- jadex.commons.collection.wrappers.CollectionWrapper<T>
- 
- jadex.commons.collection.wrappers.SetWrapper<T>
 
 
- 
- All Implemented Interfaces:
- java.lang.Iterable<T>,- java.util.Collection<T>,- java.util.Set<T>
 - Direct Known Subclasses:
- SetWrapper
 
 public abstract class SetWrapper<T> extends CollectionWrapper<T> implements java.util.Set<T> 
- 
- 
Field Summary- 
Fields inherited from class jadex.commons.collection.wrappers.CollectionWrapperdelegate
 
- 
 - 
Constructor SummaryConstructors Constructor Description SetWrapper(java.util.Set<T> delegate)Create a new wrapper.
 - 
Method Summary- 
Methods inherited from class jadex.commons.collection.wrappers.CollectionWrapperadd, addAll, clear, contains, containsAll, entryAdded, entryChanged, entryRemoved, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SetWrapperpublic SetWrapper(java.util.Set<T> delegate) Create a new wrapper.- Parameters:
- delegate- The delegate.
 
 
- 
 
-