Package org.redisson.iterator
Class RedissonListIterator<V>
java.lang.Object
org.redisson.iterator.RedissonListIterator<V>
- Type Parameters:
V- value type
- All Implemented Interfaces:
Iterator<V>,ListIterator<V>
- Author:
- Nikita Koksharov
-
Constructor Details
-
RedissonListIterator
public RedissonListIterator(int startIndex)
-
-
Method Details
-
getValue
-
remove
-
fastSet
-
add
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<V>
-
previous
- Specified by:
previousin interfaceListIterator<V>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<V>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<V>
-
set
- Specified by:
setin interfaceListIterator<V>
-
add
- Specified by:
addin interfaceListIterator<V>
-