Class RedissonMapKeyIterator<M>

java.lang.Object
org.redisson.iterator.BaseIterator<M,M>
org.redisson.iterator.RedissonMapKeyIterator<M>
Type Parameters:
M - loaded value type
All Implemented Interfaces:
Iterator<M>

public class RedissonMapKeyIterator<M> extends BaseIterator<M,M>
Author:
Nikita Koksharov