Bali Share 1.1.18

oracle.bali.share.collection
Class DictionaryKeyValueEnumeration

java.lang.Object
  |
  +--oracle.bali.share.collection.DictionaryKeyValueEnumeration
All Implemented Interfaces:
java.util.Enumeration

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

Enumeration that enumerates the contents of a Dictionary, alternatively returning the keys and the values.

The Dictionary is not cloned as part of the creation of this Enumeration.


Constructor Summary
DictionaryKeyValueEnumeration(java.util.Dictionary 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

DictionaryKeyValueEnumeration

public DictionaryKeyValueEnumeration(java.util.Dictionary 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

Bali Share 1.1.18