mWaba
Class SingleEnumeration

java.lang.Object
  |
  +--mWaba.SingleEnumeration

public class SingleEnumeration
extends java.lang.Object
implements Enumeration


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

Constructor Detail

SingleEnumeration

public SingleEnumeration(java.lang.Object who)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

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