mondrian.util
Class UnsupportedList.ListItr
java.lang.Object
mondrian.util.UnsupportedList.Itr
mondrian.util.UnsupportedList.ListItr
- All Implemented Interfaces:
- Iterator<T>, ListIterator<T>
- Enclosing class:
- UnsupportedList<T>
protected class UnsupportedList.ListItr
- extends UnsupportedList.Itr
- implements ListIterator<T>
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnsupportedList.ListItr
public UnsupportedList.ListItr(int index)
hasPrevious
public boolean hasPrevious()
- Specified by:
hasPrevious
in interface ListIterator<T>
previous
public T previous()
- Specified by:
previous
in interface ListIterator<T>
nextIndex
public int nextIndex()
- Specified by:
nextIndex
in interface ListIterator<T>
previousIndex
public int previousIndex()
- Specified by:
previousIndex
in interface ListIterator<T>
set
public void set(T o)
- Specified by:
set
in interface ListIterator<T>
add
public void add(T o)
- Specified by:
add
in interface ListIterator<T>