de.uni_bremen.st.rcf.model
Class RelationIterator<T extends Entry>

java.lang.Object
  extended by de.uni_bremen.st.rcf.model.RelationIterator<T>
All Implemented Interfaces:
Iterator<T>

public class RelationIterator<T extends Entry>
extends Object
implements Iterator<T>


Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<T extends Entry>

next

public T next()
Specified by:
next in interface Iterator<T extends Entry>

remove

public void remove()
Specified by:
remove in interface Iterator<T extends Entry>


Copyright © 2011. All Rights Reserved.