Class VersionExtended.LinkedLibIterator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()
      Implementation of java.util.Iterator#hasNext().
      VersionExtended.LinkedLib next()
      Implementation of java.util.Iterator#next().
      void remove()
      Implementation of java.util.Iterator#remove().
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

    • Method Detail

      • hasNext

        public boolean hasNext()
        Implementation of java.util.Iterator#hasNext().
        Specified by:
        hasNext in interface java.util.Iterator<VersionExtended.LinkedLib>
        Returns:
        #true if next() can be called safely.
      • remove

        public void remove()
        Implementation of java.util.Iterator#remove().
        Specified by:
        remove in interface java.util.Iterator<VersionExtended.LinkedLib>