- 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.