Package com.tngtech.archunit.base
Class ForwardingSet<T>
java.lang.Object
com.tngtech.archunit.base.ForwardingCollection<T>
com.tngtech.archunit.base.ForwardingSet<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,Set<T>
- Direct Known Subclasses:
ArchModule,Slice
@PublicAPI(usage=ACCESS)
public abstract class ForwardingSet<T>
extends ForwardingCollection<T>
implements Set<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.tngtech.archunit.base.ForwardingCollection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ForwardingSet
protected ForwardingSet()
-
-
Method Details
-
delegate
- Specified by:
delegatein classForwardingCollection<T>
-