Class UnifiedMapWithHashingStrategy.ValuesCollection

java.lang.Object
org.eclipse.collections.impl.map.mutable.AbstractMutableMap.ValuesCollectionCommon<V>
org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategy.ValuesCollection
All Implemented Interfaces:
Serializable, Iterable<V>, Collection<V>, BatchIterable<V>
Enclosing class:
UnifiedMapWithHashingStrategy<K,V>

protected class UnifiedMapWithHashingStrategy.ValuesCollection extends AbstractMutableMap.ValuesCollectionCommon<V> implements Serializable, BatchIterable<V>
See Also: