org.hamcrest.internal
Class SelfDescribingValueIterator<T>

java.lang.Object
  extended by org.hamcrest.internal.SelfDescribingValueIterator<T>
All Implemented Interfaces:
java.util.Iterator<SelfDescribing>

public class SelfDescribingValueIterator<T>
extends java.lang.Object
implements java.util.Iterator<SelfDescribing>


Constructor Summary
SelfDescribingValueIterator(java.util.Iterator<T> values)
           
 
Method Summary
 boolean hasNext()
           
 SelfDescribing next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfDescribingValueIterator

public SelfDescribingValueIterator(java.util.Iterator<T> values)
Method Detail

hasNext

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

next

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

remove

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