Class ConcurrentLinkedHashMap.ValueIterator

java.lang.Object
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.ValueIterator
All Implemented Interfaces:
Iterator<V>
Enclosing class:
ConcurrentLinkedHashMap<K,V>

final class ConcurrentLinkedHashMap.ValueIterator extends Object implements Iterator<V>
An adapter to safely externalize the value iterator.