- All Implemented Interfaces:
Iterator<Object>
Simple implementation of "null iterator", iterator that has nothing to
iterate over.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getInstance
public static <T> Iterator<T> getInstance()
-
-
-