Class XMLSecEventBaseImpl.EmptyIterator<E>

java.lang.Object
org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl.EmptyIterator<E>
All Implemented Interfaces:
Iterator<E>
Enclosing class:
XMLSecEventBaseImpl

private static final class XMLSecEventBaseImpl.EmptyIterator<E> extends Object implements Iterator<E>
  • Constructor Details

    • EmptyIterator

      private 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>
    • remove

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