| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.beancontext.BeanContextSupport.BCSIterator
protected static final class 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| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.