Class AbstractMutableMap.ValuesCollectionCommon<V>
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.AbstractMutableMap.ValuesCollectionCommon<V>
-
- All Implemented Interfaces:
java.lang.Iterable<V>
,java.util.Collection<V>
- Direct Known Subclasses:
UnifiedMap.ValuesCollection
,UnifiedMapWithHashingStrategy.ValuesCollection
- Enclosing class:
- AbstractMutableMap<K,V>
protected abstract static class AbstractMutableMap.ValuesCollectionCommon<V> extends java.lang.Object implements java.util.Collection<V>
Trait-style class that is used to capture commonalities between ValuesCollection class implementations in order to avoid code duplication.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ValuesCollectionCommon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(V v)
boolean
addAll(java.util.Collection<? extends V> collection)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-