Class IList.ListIter

java.lang.Object
org.magicwerk.brownies.collections.IList.ListIter
All Implemented Interfaces:
Iterator<E>, ListIterator<E>
Enclosing class:
IList<E>

class IList.ListIter extends Object implements ListIterator<E>
Iterator supports forward and reverse iteration.
  • Field Details

    • index

      int index
      current index
    • remove

      int remove
      index where element will be removed if remove() is called
  • Constructor Details

    • ListIter

      public ListIter(int index)
      Constructor.
      Parameters:
      index - start index
  • Method Details