Class UnifiedMap.EntrySet

java.lang.Object
org.eclipse.collections.impl.map.mutable.UnifiedMap.EntrySet
All Implemented Interfaces:
Serializable, Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>, BatchIterable<Map.Entry<K,V>>
Enclosing class:
UnifiedMap<K,V>

protected class UnifiedMap.EntrySet extends Object implements Set<Map.Entry<K,V>>, Serializable, BatchIterable<Map.Entry<K,V>>
See Also: