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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyedDataObjectKeyValueEnumeration
public KeyedDataObjectKeyValueEnumeration(RenderingContext context,
KeyedDataObject keyedDO)
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 © 2002,2003, Oracle. All Rights Reserved.