Class Visitors.ParentIterator<N>

java.lang.Object
ch.tocco.nice2.toolbox.api.collection.Visitors.ParentIterator<N>
All Implemented Interfaces:
Iterator<N>
Enclosing class:
Visitors<N>

public static class Visitors.ParentIterator<N> extends Object implements Iterator<N>
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<N>
    • next

      public N next()
      Specified by:
      next in interface Iterator<N>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<N>