E
-public abstract static class PgxPath.PathIterator<E> extends Object implements ListIterator<E>
ListIterator
with an additional reset()
method to start over iteration.public void add(E e)
add
in interface ListIterator<E>
public boolean hasNext()
public boolean hasPrevious()
hasPrevious
in interface ListIterator<E>
public E next()
public int nextIndex()
nextIndex
in interface ListIterator<E>
public E previous()
previous
in interface ListIterator<E>
public int previousIndex()
previousIndex
in interface ListIterator<E>
public void remove()
public void reset()
public void set(E e)
set
in interface ListIterator<E>
Copyright © 2015. All rights reserved.