Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.collection
Class KeyedDataObjectKeyValueEnumeration

java.lang.Object
  |
  +--oracle.cabo.ui.collection.KeyedDataObjectKeyValueEnumeration
All Implemented Interfaces:
java.util.Enumeration

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

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

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


Constructor Summary
KeyedDataObjectKeyValueEnumeration(RenderingContext context, KeyedDataObject keyedDO)
           
 
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

KeyedDataObjectKeyValueEnumeration

public KeyedDataObjectKeyValueEnumeration(RenderingContext context,
                                          KeyedDataObject keyedDO)
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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.