| Constructor and description | 
|---|
| ObservableIterator(Iterator<E> iterDelegate) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public Iterator<E> | getDelegate() | 
|  | public boolean | hasNext() | 
|  | public E | next() | 
|  | public void | remove() | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.