Class AbstractMapBasedMultimap.WrappedList.WrappedListIterator

    • Constructor Detail

      • WrappedListIterator

        WrappedListIterator()
      • WrappedListIterator

        public WrappedListIterator​(int index)
    • Method Detail

      • getDelegateListIterator

        private java.util.ListIterator<V> getDelegateListIterator()
      • hasPrevious

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

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

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

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

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

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