public static class PTFUtils.ReverseIterator<T> extends Object implements Iterator<T>
PTFUtils.ReverseIterator(Iterator<T> it)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PTFUtils.ReverseIterator(Iterator<T> it)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2017 The Apache Software Foundation. All rights reserved.