Package jadex.collection
Class SetWrapper<T>
java.lang.Object
jadex.collection.CollectionWrapper<T>
jadex.collection.SetWrapper<T>
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,Set<T>
-
Field Summary
Fields inherited from class jadex.collection.CollectionWrapper
delegate
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jadex.collection.CollectionWrapper
add, addAll, clear, contains, containsAll, entryAdded, entryChanged, entryRemoved, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
SetWrapper
Create a new wrapper.- Parameters:
delegate
- The delegate.
-