Class AbstractSynchronizedMapIterable<K,​V>

java.lang.Object
org.eclipse.collections.impl.collection.AbstractSynchronizedRichIterable<V>
org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable<K,​V>
All Implemented Interfaces:
Iterable<V>, Map<K,​V>, InternalIterable<V>, MapIterable<K,​V>, MutableMapIterable<K,​V>, RichIterable<V>
Direct Known Subclasses:
SynchronizedBiMap, SynchronizedMutableMap, SynchronizedSortedMap

public abstract class AbstractSynchronizedMapIterable<K,​V>
extends AbstractSynchronizedRichIterable<V>
implements MutableMapIterable<K,​V>
A synchronized view of a map.