Class CompositeSet<T>
- java.lang.Object
-
- jetbrains.buildServer.dataStructures.CompositeCollection<T>
-
- jetbrains.buildServer.dataStructures.CompositeSet<T>
-
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,Set<T>
public class CompositeSet<T> extends CompositeCollection<T> implements Set<T>
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 13.09.11 17:43
-
-
Constructor Summary
Constructors Constructor Description CompositeSet(Collection<Set<T>> collections)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.dataStructures.CompositeCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
-
-
-
Constructor Detail
-
CompositeSet
public CompositeSet(Collection<Set<T>> collections)
-
-