Class DecoratingSetBase<T,Q>
- java.lang.Object
-
- jetbrains.buildServer.dataStructures.DecoratingCollectionBase<T,Q>
-
- jetbrains.buildServer.dataStructures.DecoratingSetBase<T,Q>
-
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,Set<T>
public abstract class DecoratingSetBase<T,Q> extends DecoratingCollectionBase<T,Q> implements Set<T>
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 14.09.11 13:46
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.dataStructures.DecoratingCollectionBase
myCollection
-
-
Constructor Summary
Constructors Constructor Description DecoratingSetBase(Collection<Q> qs, Mapper<Q,T> qtMapper)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.dataStructures.DecoratingCollectionBase
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
-
DecoratingSetBase
public DecoratingSetBase(@NotNull Collection<Q> qs, @NotNull Mapper<Q,T> qtMapper)
-
-