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