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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelfDescribingValueIterator
public SelfDescribingValueIterator(Iterator<T> values)
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>