org.hamcrest.internal
Class SelfDescribingValueIterator<T>

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

public class SelfDescribingValueIterator<T>
extends Object
implements Iterator<SelfDescribing>


Constructor Summary
SelfDescribingValueIterator(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(Iterator<T> values)
Method Detail

hasNext

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

next

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

remove

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