Class VersionExtended.LoadedLibIterator

java.lang.Object
org.apache.subversion.javahl.types.VersionExtended.LoadedLibIterator
All Implemented Interfaces:
java.util.Iterator<VersionExtended.LoadedLib>
Enclosing class:
VersionExtended

private class VersionExtended.LoadedLibIterator extends java.lang.Object implements java.util.Iterator<VersionExtended.LoadedLib>
Iterator for #LoadedLib.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private final VersionExtended
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Implementation of java.util.Iterator#hasNext().
    Implementation of java.util.Iterator#next().
    void
    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
  • Field Details

    • wrapper

      private final VersionExtended wrapper
    • index

      private int index
  • Constructor Details

  • Method Details

    • hasNext

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

      Implementation of java.util.Iterator#next().
      Specified by:
      next in interface java.util.Iterator<VersionExtended.LoadedLib>
      Returns:
      The next element of the sequence.
    • remove

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