Package mondrian.util
Class UnsupportedList.ListItr
- java.lang.Object
-
- mondrian.util.UnsupportedList.Itr
-
- mondrian.util.UnsupportedList.ListItr
-
- All Implemented Interfaces:
java.util.Iterator<T>
,java.util.ListIterator<T>
- Enclosing class:
- UnsupportedList<T>
protected class UnsupportedList.ListItr extends UnsupportedList.Itr implements java.util.ListIterator<T>
-
-
Field Summary
-
Fields inherited from class mondrian.util.UnsupportedList.Itr
cursor, lastRet
-
-
Constructor Summary
Constructors Constructor Description ListItr(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(T o)
boolean
hasPrevious()
int
nextIndex()
T
previous()
int
previousIndex()
void
set(T o)
-
Methods inherited from class mondrian.util.UnsupportedList.Itr
hasNext, next, remove
-
-
-
-
Method Detail
-
hasPrevious
public boolean hasPrevious()
- Specified by:
hasPrevious
in interfacejava.util.ListIterator<T>
-
nextIndex
public int nextIndex()
- Specified by:
nextIndex
in interfacejava.util.ListIterator<T>
-
previousIndex
public int previousIndex()
- Specified by:
previousIndex
in interfacejava.util.ListIterator<T>
-
-