oracle.javatools.util
Class EnumerationStack
java.lang.Object
  
oracle.javatools.util.EnumerationStack
- All Implemented Interfaces: 
 - java.util.Enumeration
 
public class EnumerationStack
- extends java.lang.Object
- implements java.util.Enumeration
  
A usefull class to put together a group of Enumerations into one big one.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EnumerationStack
public EnumerationStack()
push
public void push(java.util.Enumeration e)
 
 
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
 
 
main
public static void main(java.lang.String[] argv)
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.