Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1)
E52778-01
 
- java.lang.Object
- 
- oracle.javatools.util.CompositeIterator<T>
 
- 
- 
Constructor Summary
Constructors 
| Constructor and Description |  
| CompositeIterator(java.util.Collection<java.util.Iterator<? extends T>> iterators) |  
| CompositeIterator(java.util.Iterator<? extends T>... iterators) |  
 
 
- 
Method Summary
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Methods inherited from interface java.util.IteratorforEachRemaining
 
 
 
- 
- 
Method Detail
- 
hasNextpublic boolean hasNext() 
- Specified by:
- hasNextin interface- java.util.Iterator<T>
 
 
- 
nextpublic T next() 
- Specified by:
- nextin interface- java.util.Iterator<T>
 
 
- 
removepublic void remove() 
- Specified by:
- removein interface- java.util.Iterator<T>
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1)
E52778-01
 
Copyright © 1997, 2015, Oracle. All rights reserved.