Package org.hamcrest.internal
Class SelfDescribingValueIterator<T>
- java.lang.Object
- org.hamcrest.internal.SelfDescribingValueIterator<T>
- All Implemented Interfaces:
Iterator<SelfDescribing>
public class SelfDescribingValueIterator<T> extends Object implements Iterator<SelfDescribing>
Constructor Summary
Constructors Constructor Description SelfDescribingValueIterator(Iterator<T> values)
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()SelfDescribingnext()voidremove()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
Constructor Detail
SelfDescribingValueIterator
public SelfDescribingValueIterator(Iterator<T> values)