protected static class AbstractValueFactory.ConvertingIterator<ValueType> extends Object implements Iterator<ValueType>
Modifier | Constructor and Description |
---|---|
protected |
ConvertingIterator(Iterator<?> delegate,
ValueFactory<ValueType> factory) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ValueType |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected ConvertingIterator(Iterator<?> delegate, ValueFactory<ValueType> factory)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.