Class ConcurrentLinkedHashMap.ValueIterator
java.lang.Object
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
ConcurrentLinkedHashMap<K,
V>
An adapter to safely externalize the value iterator.
-
Field Details
-
iterator
-
current
ConcurrentLinkedHashMap<K,V>.Node current
-
-
Constructor Details
-
ValueIterator
ValueIterator()
-
-
Method Details