Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.2.0)
E76725-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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.util.Iterator
forEachRemaining 
 
 
 
- 
- 
Method Detail
- 
hasNext
public boolean hasNext()
- Specified by:
 
hasNext in interface java.util.Iterator<T> 
 
- 
next
public T next()
- Specified by:
 
next in interface java.util.Iterator<T> 
 
- 
remove
public void remove()
- Specified by:
 
remove in interface java.util.Iterator<T> 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.2.0)
E76725-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.