mondrian.util
Class UnsupportedList.ListItr

java.lang.Object
  extended by mondrian.util.UnsupportedList.Itr
      extended by 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>

 

Field Summary
 
Fields inherited from class mondrian.util.UnsupportedList.Itr
cursor, lastRet
 
Constructor Summary
UnsupportedList.ListItr(int index)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.ListIterator
hasNext, next, remove
 

Constructor Detail

UnsupportedList.ListItr

public UnsupportedList.ListItr(int index)
Method Detail

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>

SourceForge.net_Logo