|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.javamud.data.MORegistry.MORIterator
Iterator for MORegistry
Field Summary | |
private MudObject |
current
last MudObject returned by next |
private Iterator |
it
Iterator I am using to run this one. |
Constructor Summary | |
(package private) |
MORegistry.MORIterator()
Constructor for the MORIterator object |
Method Summary | |
boolean |
hasNext()
See Iterator.hasNext() |
Object |
next()
See Iterator.next() |
void |
remove()
See Iterator.remove() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private MudObject current
private Iterator it
Constructor Detail |
MORegistry.MORIterator()
Method Detail |
public boolean hasNext()
hasNext
in interface Iterator
Iterator.hasNext()
public Object next()
next
in interface Iterator
Iterator.hasNext()
public void remove()
remove
in interface Iterator
Iterator.remove()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |