- All Implemented Interfaces:
- Serializable, Iterable<SampleableConcurrentHashMap.IterableSamplingEntry>, Iterator<SampleableConcurrentHashMap.IterableSamplingEntry>, Map.Entry<K,V>
- Enclosing class:
- SampleableConcurrentHashMap<K,V>
public class SampleableConcurrentHashMap.IterableSamplingEntry
extends SampleableConcurrentHashMap.SamplingEntry
implements Iterable<SampleableConcurrentHashMap.IterableSamplingEntry>, Iterator<SampleableConcurrentHashMap.IterableSamplingEntry>
Iterable sampling entry to preventing from extra object creation for iteration.
NOTE: Assumed that it is not accessed by multiple threads. So there is no synchronization.
- See Also:
- Serialized Form