E
- The element type of the Listpublic final class MyListSetIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
Constructor and Description |
---|
MyListSetIterator(MyListSet<E> myListSet,
java.util.Iterator<E> iterator)
Creates the MyListSetIterator
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |