harpoon.Util
Class CombineEnumerator
java.lang.Object
|
+--harpoon.Util.CombineEnumerator
- All Implemented Interfaces:
- Enumeration
Deprecated. Use harpoon.Util.CombineIterator instead.
- public class CombineEnumerator
- extends Object
- implements Enumeration
A CombineEnumerator
combines several different
Enumeration
s into one.
- Version:
- $Id: CombineEnumerator.java,v 1.3 2002/02/25 21:08:45 cananian Exp $
- Author:
- C. Scott Ananian <cananian@alumni.princeton.edu>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombineEnumerator
public CombineEnumerator(Enumeration[] ea)
- Deprecated.
- Creates a
CombineEnumerator
.
nextElement
public Object nextElement()
- Deprecated.
- Specified by:
nextElement
in interface Enumeration
hasMoreElements
public boolean hasMoreElements()
- Deprecated.
- Specified by:
hasMoreElements
in interface Enumeration