Class EventSet.DummyIterator

java.lang.Object
xyz.cofe.collection.EventSet.DummyIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing interface:
EventSet<E>

public static class EventSet.DummyIterator
extends java.lang.Object
implements java.util.Iterator
Пустой итератор, не возвращает значения
  • Constructor Summary

    Constructors 
    Constructor Description
    DummyIterator()  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    java.lang.Object next()  

    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, remove
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface java.util.Iterator
    • next

      public java.lang.Object next()
      Specified by:
      next in interface java.util.Iterator