Class PZEmptyIterable

java.lang.Object
zombie.util.list.PZEmptyIterable
All Implemented Interfaces:
java.lang.Iterable

public final class PZEmptyIterable
extends java.lang.Object
implements java.lang.Iterable
  • Method Summary

    Modifier and Type Method Description
    static PZEmptyIterable getInstance()  
    java.util.Iterator iterator()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Method Details

    • getInstance

      public static PZEmptyIterable getInstance()
    • iterator

      public java.util.Iterator iterator()
      Specified by:
      iterator in interface java.lang.Iterable