public class ListIterator<T> extends WrappedIterator<T>
current| 构造器和说明 |
|---|
ListIterator(Collection<T> origin) |
ListIterator(long capacity,
Iterator<T> origin) |
public ListIterator(Collection<T> origin)
public Collection<T> list()
protected boolean fetch()
fetch 在类中 WrappedIterator<T>protected Iterator<T> originIterator()
originIterator 在类中 WrappedIterator<T>Copyright © 2021. All rights reserved.