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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.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:
add
in interfaceCollection<V>
-
addAll
- Specified by:
addAll
in interfaceCollection<V>
-