Package com.tangosol.util
Class ImmutableMultiList.MultiIterator
java.lang.Object
com.tangosol.util.ImmutableMultiList.MultiIterator
- All Implemented Interfaces:
Iterator
,ListIterator
- Enclosing class:
ImmutableMultiList
ListIterator implementation based on the ImmutableMultiList.
-
Constructor Details
-
MultiIterator
public MultiIterator(int i)
-
-
Method Details
-
remove
public void remove()- Specified by:
remove
in interfaceIterator
- Specified by:
remove
in interfaceListIterator
-
add
- Specified by:
add
in interfaceListIterator
-
set
- Specified by:
set
in interfaceListIterator
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator
- Specified by:
hasNext
in interfaceListIterator
-
next
- Specified by:
next
in interfaceIterator
- Specified by:
next
in interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator
-
previous
- Specified by:
previous
in interfaceListIterator
-