Class ConcurrentReferenceHashMap.CachedEntryIterator

java.lang.Object
ConcurrentReferenceHashMap<K,V>.org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
org.apache.commons.collections4.map.ConcurrentReferenceHashMap.CachedEntryIterator
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Enclosing class:
ConcurrentReferenceHashMap<K,V>

private final class ConcurrentReferenceHashMap.CachedEntryIterator extends ConcurrentReferenceHashMap<K,V>.HashIterator implements Iterator<Map.Entry<K,V>>
The basic strategy is to subdivide the table among Segments, each of which itself is a concurrently readable hash table.