com.planet_ink.coffee_mud.Libraries
Class CMMap.AreaEnumerator

java.lang.Object
  extended by com.planet_ink.coffee_mud.Libraries.CMMap.AreaEnumerator
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
CMMap

public static class CMMap.AreaEnumerator
extends java.lang.Object
implements java.util.Enumeration


Constructor Summary
CMMap.AreaEnumerator(boolean includeSkys)
           
 
Method Summary
 boolean hasMoreElements()
           
 Room nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMMap.AreaEnumerator

public CMMap.AreaEnumerator(boolean includeSkys)
Method Detail

hasMoreElements

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

nextElement

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