Copyright© 2008-2025 Sitevision AB, all rights reserved.
@Deprecated public interface ExceptionSuppressingIterator extends Iterator<ExceptionSuppressingProxy>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
Returns
true if decorated iterator has more elements. |
ExceptionSuppressingProxy |
next()
Deprecated.
Returns a ExceptionSuppressingProxy for the next element of the decorated iterator.
|
void |
remove()
Deprecated.
Tries to remove from the decorated iterator.
|
forEachRemainingboolean hasNext()
true if decorated iterator has more elements. (In other words, returns true
if next would return an element rather than throwing an exception.)
This method will never throw an exception
hasNext in interface Iterator<ExceptionSuppressingProxy>true if the decorated iterator has more elements, false if not or if an exception is thrown
by the decorated iteratorExceptionSuppressingProxy next()
next in interface Iterator<ExceptionSuppressingProxy>null if an exception is thrown.void remove()
This method will never throw an exception.
remove in interface Iterator<ExceptionSuppressingProxy>Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2025 Sitevision AB, all rights reserved.