- All Implemented Interfaces:
Iterator<T>
public final class SubclassIterator<O,T extends O>
extends Object
implements Iterator<T>
-
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
-
SubclassIterator
public SubclassIterator(Iterator<O> original)
-