- Type Parameters:
T
-
- All Implemented Interfaces:
Iterator<T>
public class DelegatingIterator<T>
extends Object
implements Iterator<T>
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
DelegatingIterator 
public DelegatingIterator(Iterator<T> delegate)
-
Method Details 