public final class EmptyIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Method and Description |
|---|---|
static char[] |
getEmptyCharArray() |
static int[] |
getEmptyIntArray() |
static java.lang.String[] |
getEmptyStringArray() |
static EmptyIterator |
getInstance() |
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
public static EmptyIterator getInstance()
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iteratorpublic static final java.lang.String[] getEmptyStringArray()
public static final int[] getEmptyIntArray()
public static final char[] getEmptyCharArray()