public class SuperIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
SuperIterator(java.util.Iterator<T> first,
java.util.Iterator<T> second) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |