Class EmptyIterable<E>

java.lang.Object
org.dmfs.jems2.iterable.EmptyIterable<E>
All Implemented Interfaces:
Iterable<E>

public final class EmptyIterable<E> extends Object implements Iterable<E>
An Iterable that is always empty.
  • Constructor Details

    • EmptyIterable

      public EmptyIterable()
  • Method Details