| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.beans.beancontext.BeanContextSupport.BCSIterator
protected final subclass that encapsulates an iterator but implements a noop remove() method.
| Method Summary | |
 boolean | 
hasNext()
Returns true if the iteration has more elements.  | 
 Object | 
next()
Returns the next element in the interation.  | 
 void | 
remove()
Removes from the underlying collection the last element returned by the iterator (optional operation).  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public boolean hasNext()
IteratorhasNext in interface Iteratorjava.util.Iteratorpublic Object next()
Iteratornext in interface Iteratorjava.util.IteratorNoSuchElementException - iteration has no more elements.public void remove()
Iteratorremove in interface Iteratorjava.util.IteratorUnsupportedOperationException - if the remove
		  operation is not supported by this Iterator.IllegalStateException - if the next method has not
		  yet been called, or the remove method has already
		  been called after the last call to the next
		  method.
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.