public class SelfDescribingValueIterator<T> extends java.lang.Object implements java.util.Iterator<SelfDescribing>
| Constructor and Description | 
|---|
SelfDescribingValueIterator(java.util.Iterator<T> values)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()  | 
SelfDescribing | 
next()  | 
void | 
remove()  | 
public SelfDescribingValueIterator(java.util.Iterator<T> values)
public boolean hasNext()
hasNext in interface java.util.Iterator<SelfDescribing>public SelfDescribing next()
next in interface java.util.Iterator<SelfDescribing>public void remove()
remove in interface java.util.Iterator<SelfDescribing>