mondrian.util
Class UnsupportedList.Itr

java.lang.Object
  extended by mondrian.util.UnsupportedList.Itr
All Implemented Interfaces:
Iterator<T>
Direct Known Subclasses:
UnsupportedList.ItrUnknownSize, UnsupportedList.ListItr
Enclosing class:
UnsupportedList<T>

protected class UnsupportedList.Itr
extends Object
implements Iterator<T>

 

Field Summary
protected  int cursor
           
protected  int lastRet
           
 
Constructor Summary
UnsupportedList.Itr()
           
 
Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cursor

protected int cursor

lastRet

protected int lastRet
Constructor Detail

UnsupportedList.Itr

public UnsupportedList.Itr()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<T>

next

public T next()
Specified by:
next in interface Iterator<T>

remove

public void remove()
Specified by:
remove in interface Iterator<T>

SourceForge.net_Logo