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-2017 The Apache Software Foundation. All rights reserved.