ariba.util.core
Class IteratorUnion
java.lang.Object
ariba.util.core.IteratorUnion
- All Implemented Interfaces:
- Iterator
public class IteratorUnion
- extends Object
- implements Iterator
An enumeration that is the union of a list of enumerations.
IteratorUnion
public IteratorUnion(Iterator e1,
Iterator e2)
- Create an enumeration of e1 followed by e2.
IteratorUnion
public IteratorUnion(Iterator[] enumerations)
- Create an enumeration of an array of enumeration in
consecutive order, based on their index.
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
next
public Object next()
- Specified by:
next in interface Iterator
remove
public void remove()
- Specified by:
remove in interface Iterator
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.