- All Implemented Interfaces:
Iterator<O>
public final class SuperclassIterator<T extends O,O>
extends Object
implements Iterator<O>
-
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
-
SuperclassIterator
public SuperclassIterator(Iterator<T> original)
-
Method Details
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<T extends O>
-