Package mondrian.util

Class UnsupportedList.ListItr

  • All Implemented Interfaces:
    java.util.Iterator<T>, java.util.ListIterator<T>
    Enclosing class:
    UnsupportedList<T>

    protected class UnsupportedList.ListItr
    extends UnsupportedList.Itr
    implements java.util.ListIterator<T>
    • Constructor Detail

      • ListItr

        public ListItr​(int index)
    • Method Detail

      • hasPrevious

        public boolean hasPrevious()
        Specified by:
        hasPrevious in interface java.util.ListIterator<T>
      • previous

        public T previous()
        Specified by:
        previous in interface java.util.ListIterator<T>
      • nextIndex

        public int nextIndex()
        Specified by:
        nextIndex in interface java.util.ListIterator<T>
      • previousIndex

        public int previousIndex()
        Specified by:
        previousIndex in interface java.util.ListIterator<T>
      • set

        public void set​(T o)
        Specified by:
        set in interface java.util.ListIterator<T>
      • add

        public void add​(T o)
        Specified by:
        add in interface java.util.ListIterator<T>