Class EmptyIterator<T>

java.lang.Object
ch.njol.util.coll.iterator.EmptyIterator<T>
All Implemented Interfaces:
Iterator<T>

public final class EmptyIterator<T> extends Object implements Iterator<T>
  • Field Details

  • Constructor Details

    • EmptyIterator

      public EmptyIterator()
  • Method Details