|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.core.collections.EmptyIterator<K>
public class EmptyIterator<K>
| Field Summary | |
|---|---|
static java.util.Iterator |
INSTANCE
|
static java.util.Iterator<java.lang.String> |
STRINSTANCE
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
K |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.Iterator INSTANCE
public static final java.util.Iterator<java.lang.String> STRINSTANCE
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<K>public K next()
next in interface java.util.Iterator<K>public void remove()
remove in interface java.util.Iterator<K>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||