Class FastCopyHashMap.EntrySet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<K,V>>
org.jboss.logmanager.FastCopyHashMap.EntrySet
All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
FastCopyHashMap<K,V>

private class FastCopyHashMap.EntrySet extends AbstractSet<Map.Entry<K,V>>