public final class NodeToElementIterators<E,N extends OpenNode<E,N>> extends ConvertingIterator<E,N>
Constructor and Description |
---|
NodeToElementIterators(Iterator<? extends N> delegatedIterator) |
Modifier and Type | Method and Description |
---|---|
protected E |
convert(N n)
Convert elements from one type to another.
|
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected E convert(N n)
ConvertingIterator
Copyright © 2014–2016. All rights reserved.