| |
|
| java.lang.Object uk.org.ponder.util.SingleEnumeration
SingleEnumeration | public class SingleEnumeration implements Enumeration(Code) | | Converts a single object into an enumeration that dispenses just that object.
|
Constructor Summary | |
public | SingleEnumeration(Object element) Constructs an Enumeration that will enumerate over just the object supplied. |
SingleEnumeration | public SingleEnumeration(Object element)(Code) | | Constructs an Enumeration that will enumerate over just the object supplied.
Parameters: element - The object to be enumerated over. |
hasMoreElements | public boolean hasMoreElements()(Code) | | |
|
|
|