Class AbstractMutableMap.ValuesCollectionCommon<V>
java.lang.Object
org.eclipse.collections.impl.map.mutable.AbstractMutableMap.ValuesCollectionCommon<V>
- All Implemented Interfaces:
Iterable<V>, Collection<V>
- Direct Known Subclasses:
UnifiedMap.ValuesCollection, UnifiedMapWithHashingStrategy.ValuesCollection
- Enclosing class:
AbstractMutableMap<K,V>
protected abstract static class AbstractMutableMap.ValuesCollectionCommon<V>
extends Object
implements Collection<V>
Trait-style class that is used to capture commonalities between ValuesCollection class implementations in order to
avoid code duplication.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
-
Constructor Details
-
ValuesCollectionCommon
protected ValuesCollectionCommon()
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<V>
-
addAll
- Specified by:
addAllin interfaceCollection<V>
-