public abstract class ListIterator<E> extends Object implements Iterator<E>
list()
ListIterator()
boolean
hasNext()
E
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListIterator()
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2015 Alibaba Cloud Computing. All rights reserved.