public class SelfDescribingValueIterator<T> extends Object implements Iterator<SelfDescribing>
Constructor and Description |
---|
SelfDescribingValueIterator(Iterator<T> values) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
SelfDescribing |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<SelfDescribing>
public SelfDescribing next()
next
in interface Iterator<SelfDescribing>
public void remove()
remove
in interface Iterator<SelfDescribing>
Copyright © 2018. All rights reserved.