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 Details

    • ValuesCollectionCommon

      protected ValuesCollectionCommon()
  • Method Details