electric.util.dictionary
Class DictionaryElements

java.lang.Object
  extended byelectric.util.dictionary.DictionaryElements
All Implemented Interfaces:
java.util.Enumeration

public class DictionaryElements
extends java.lang.Object
implements java.util.Enumeration

DictionaryElements is an implementation of Enumeration that can iterate through all the values in a Dictionary.

Author:
webMethods

Constructor Summary
DictionaryElements(IDictionary dictionary)
           
 
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

DictionaryElements

public DictionaryElements(IDictionary dictionary)
Parameters:
dictionary -
Method Detail

hasMoreElements

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

nextElement

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


copyright© 2001-2004 by webMethods All Rights Reserved.