Class UnifiedMapWithHashingStrategy.EntrySet

java.lang.Object
org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategy.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:
UnifiedMapWithHashingStrategy<K,V>

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