PIP.Collections
Class PairsIterator<E>

java.lang.Object
  extended by PIP.Collections.PairsIterator<E>
All Implemented Interfaces:
java.util.Iterator<Pair<E>>

public class PairsIterator<E>
extends java.lang.Object
implements java.util.Iterator<Pair<E>>


Constructor Summary
PairsIterator(PIP.Collections.Pairs<E> p)
           
 
Method Summary
 boolean hasNext()
           
 Pair<E> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairsIterator

public PairsIterator(PIP.Collections.Pairs<E> p)
Method Detail

hasNext

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

next

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

remove

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