Class CompoundEntryIterator

  • All Implemented Interfaces:
    java.util.Iterator<ICompound>, java.util.ListIterator<ICompound>

    public class CompoundEntryIterator
    extends java.lang.Object
    implements java.util.ListIterator<ICompound>
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<ICompound>
        Specified by:
        hasNext in interface java.util.ListIterator<ICompound>
      • next

        public ICompound next()
        Specified by:
        next in interface java.util.Iterator<ICompound>
        Specified by:
        next in interface java.util.ListIterator<ICompound>
      • hasPrevious

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

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

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

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

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

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

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