Package 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>
  • Field Details

    • cursor

      protected int cursor
    • lastRet

      protected int lastRet
  • Constructor Details

    • Itr

      public Itr()
  • Method Details

    • 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>