All Implemented Interfaces:
Iterator <Object >
Enclosing class:
BeanContextSupport
protected static final class BeanContextSupport.BCSIterator
extends Object
implements Iterator <Object >
protected final subclass that encapsulates an iterator but implements
a noop remove() method.
Method Summary
All Methods Instance Methods Concrete Methods
boolean
Returns true
if the iteration has more elements.
Returns the next element in the iteration.
Methods declared in class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Details
hasNext
public boolean hasNext ()
Description copied from interface: Iterator
Returns
true
if the iteration has more elements.
(In other words, returns
true
if
Iterator.next()
would
return an element rather than throwing an exception.)
Specified by:
hasNext
in interface Iterator <Object >
Returns:
true
if the iteration has more elements
next
Description copied from interface: Iterator
Returns the next element in the iteration.
Specified by:
next
in interface Iterator <Object >
Returns:
the next element in the iteration
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Other versions. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2021, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .