be.SIRAPRISE.util
Class MyListSetIterator<E>

java.lang.Object
  extended by be.SIRAPRISE.util.MyListSetIterator<E>
Type Parameters:
E -
All Implemented Interfaces:
java.util.Iterator<E>

public final class MyListSetIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>

Author:
Erwin

Constructor Summary
MyListSetIterator(MyListSet<E> myListSet, java.util.Iterator<E> iterator)
          Creates the MyListSetIterator
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyListSetIterator

public MyListSetIterator(MyListSet<E> myListSet,
                         java.util.Iterator<E> iterator)
Creates the MyListSetIterator

Parameters:
myListSet -
iterator -
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<E>

next

public E next()
Specified by:
next in interface java.util.Iterator<E>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<E>