mondrian.util
Class UnsupportedList.Itr
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cursor
protected int cursor
lastRet
protected int lastRet
UnsupportedList.Itr
public UnsupportedList.Itr()
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>