| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.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 iteration. | 
|  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()
Iterator
hasNext in interface Iteratorpublic Object next()
Iterator
next in interface Iteratorpublic void remove()
Iterator
remove in interface Iterator| 
 | JavaTM 2 Platform Std. Ed. v1.4.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.