public class EmptyIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.Iterator<T> |
empty() |
boolean |
hasNext() |
T |
next() |
java.lang.String |
toString() |
public static <T> java.util.Iterator<T> empty()
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public java.lang.String toString()
toString in class java.lang.Object