Class ConcurrentLinkedHashMap.KeySet

java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.KeySet
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
Enclosing class:
ConcurrentLinkedHashMap<K,V>

final class ConcurrentLinkedHashMap.KeySet extends AbstractSet<K>
An adapter to safely externalize the keys.