Package org.redisson.iterator
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>
- Author:
- Nikita Koksharov
-
Field Summary
Fields inherited from class org.redisson.iterator.BaseIterator
client, nextIterPos, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Mprotected ScanResult<M> iterator(RedisClient client, long nextIterPos) protected voidMethods inherited from class org.redisson.iterator.BaseIterator
hasNext, next, remove, reset, tryAgainMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
RedissonMapKeyIterator
-
-
Method Details
-
iterator
- Specified by:
iteratorin classBaseIterator<M,M>
-
getValue
- Specified by:
getValuein classBaseIterator<M,M>
-
remove
- Specified by:
removein classBaseIterator<M,M>
-