Class UnifiedMap.KeySet

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

protected class UnifiedMap.KeySet extends Object implements Set<K>, Serializable, BatchIterable<K>
See Also: