Package zombie.util.list
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 PZEmptyIterablegetInstance()java.util.Iteratoriterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getInstance
-
iterator
public java.util.Iterator iterator()- Specified by:
iteratorin interfacejava.lang.Iterable
-