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