Package org.infinispan.commons.util
Class FastCopyHashMap.KeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<K>
-
- org.infinispan.commons.util.FastCopyHashMap.KeySet
-
- All Implemented Interfaces:
Iterable<K>
,Collection<K>
,Set<K>
- Enclosing class:
- FastCopyHashMap<K,V>
public class FastCopyHashMap.KeySet extends AbstractSet<K>