org.scopemvc.model.util
Class CompoundSelectorIterator

java.lang.Object
  |
  +--org.scopemvc.model.util.CompoundSelectorIterator
All Implemented Interfaces:
java.util.Iterator

public final class CompoundSelectorIterator
extends java.lang.Object
implements java.util.Iterator

An Iterator that iterates through the iterations of two child Iterators in sequence.

Version:
$Revision: 1.5 $ $Date: 2002/09/05 15:41:46 $
Author:
Steve Meyfroidt

Constructor Summary
CompoundSelectorIterator(java.util.Iterator inIterator1, java.util.Iterator inIterator2)
          Constructor for the CompoundSelectorIterator object
 
Method Summary
 boolean hasNext()
          TODO: document the method
 java.lang.Object next()
          TODO: document the method
 void remove()
          TODO: document the method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundSelectorIterator

public CompoundSelectorIterator(java.util.Iterator inIterator1,
                                java.util.Iterator inIterator2)
Constructor for the CompoundSelectorIterator object

Parameters:
inIterator1 - TODO: Describe the Parameter
inIterator2 - TODO: Describe the Parameter
Method Detail

hasNext

public boolean hasNext()
TODO: document the method

Specified by:
hasNext in interface java.util.Iterator
Returns:
TODO: Describe the Return Value

next

public java.lang.Object next()
TODO: document the method

Specified by:
next in interface java.util.Iterator
Returns:
TODO: Describe the Return Value

remove

public void remove()
TODO: document the method

Specified by:
remove in interface java.util.Iterator


Copyright © 2000-2002 The Scope Team. All Rights Reserved.