Class AbstractListIterator<T,​I,​M extends Manager<T,​I>>

    • Constructor Detail

      • AbstractListIterator

        public AbstractListIterator​(java.util.List<I> primitive,
                                    M manager)
      • AbstractListIterator

        public AbstractListIterator​(int index,
                                    java.util.List<I> primitive,
                                    M manager)
    • Method Detail

      • hasPrevious

        public boolean hasPrevious()
        Specified by:
        hasPrevious 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>
      • remove

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

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

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

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