protected class ObservableSet.ObservableIterator<E>
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-2021 The Apache Software Foundation. All rights reserved.