Class UnifiedMap.ValuesCollection

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

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