- All Implemented Interfaces:
- Iterable<SampleableElasticHashMap.IterableSamplingEntry>, Iterator<SampleableElasticHashMap.IterableSamplingEntry>
- Enclosing class:
- SampleableElasticHashMap<V extends com.hazelcast.memory.MemoryBlock>
public class SampleableElasticHashMap.IterableSamplingEntry
extends SampleableElasticHashMap.SamplingEntry
implements Iterable<SampleableElasticHashMap.IterableSamplingEntry>, Iterator<SampleableElasticHashMap.IterableSamplingEntry>
Iterable sampling entry to prevent from extra object creation for iteration.
NOTE: Assumed that it is not accessed by multiple threads. So there is synchronization.