N
T
@NotThreadSafe public final class NodeListIterator<N extends Node,T> extends Object implements Iterator<T>
NodeListIterator(NodeList nodeList, Converter<N,T> converter)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NodeListIterator(NodeList nodeList, Converter<N,T> converter)
nodeList
converter
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2014. All Rights Reserved.