Class TextElementIteratorsFactory.EmptyIterator<E>

java.lang.Object
com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory.EmptyIterator<E>
All Implemented Interfaces:
Iterator<E>
Enclosing class:
TextElementIteratorsFactory

static class TextElementIteratorsFactory.EmptyIterator<E> extends Object implements Iterator<E>
  • Constructor Details

    • EmptyIterator

      EmptyIterator()
  • Method Details

    • hasNext

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

      public E next()
      Specified by:
      next in interface Iterator<E>