| Constructor and description |
|---|
ObservableIterator(Iterator<E> iterDelegate)Creates an observable iterator around the supplied delegate. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Iterator<E> |
getDelegate()Returns the wrapped iterator. |
|
public boolean |
hasNext(){@inheritDoc} |
|
public E |
next(){@inheritDoc} |
|
public void |
remove(){@inheritDoc} |
Creates an observable iterator around the supplied delegate.
iterDelegate - the backing iteratorReturns the wrapped iterator.
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.