com.planet_ink.coffee_mud.Libraries.interfaces
Class WorldMap.CompleteRoomIDEnumerator

java.lang.Object
  extended by com.planet_ink.coffee_mud.Libraries.interfaces.WorldMap.CompleteRoomIDEnumerator
All Implemented Interfaces:
java.util.Enumeration
Enclosing interface:
WorldMap

public static class WorldMap.CompleteRoomIDEnumerator
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
WorldMap.CompleteRoomIDEnumerator(WorldMap map)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.String nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldMap.CompleteRoomIDEnumerator

public WorldMap.CompleteRoomIDEnumerator(WorldMap map)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.String nextElement()
Specified by:
nextElement in interface java.util.Enumeration