org.scopemvc.model.util
Class ArraySelectorIterator

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

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

An Iterator that iterates over an array of Selectors.

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

Constructor Summary
ArraySelectorIterator(Selector[] inSelectors)
          Constructor for the ArraySelectorIterator 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

ArraySelectorIterator

public ArraySelectorIterator(Selector[] inSelectors)
Constructor for the ArraySelectorIterator object

Parameters:
inSelectors - 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.