Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.4.0)
E81459-01
- java.lang.Object
-
- oracle.javatools.util.CompoundEnumeration<E>
-
- All Implemented Interfaces:
- java.util.Enumeration<E>
public class CompoundEnumeration<E>
extends java.lang.Object
implements java.util.Enumeration<E>
Copied from sun.misc.CompoundEnumeration which has been removed in JDK9.
A useful utility class that will enumerate over an array of enumerations.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
nextElement
public E nextElement()
- Specified by:
nextElement
in interface java.util.Enumeration<E>
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.4.0)
E81459-01
Copyright © 1997, 2019, Oracle. All rights reserved.