Class RedissonListIterator<V>

java.lang.Object
org.redisson.iterator.RedissonListIterator<V>
Type Parameters:
V - value type
All Implemented Interfaces:
Iterator<V>, ListIterator<V>

public abstract class RedissonListIterator<V> extends Object implements ListIterator<V>
Author:
Nikita Koksharov
  • Constructor Details

    • RedissonListIterator

      public RedissonListIterator(int startIndex)
  • Method Details