public class ListIterator<T> extends WrappedIterator<T>
current| Constructor and Description |
|---|
ListIterator(Collection<T> origin) |
ListIterator(long capacity,
Iterator<T> origin) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
fetch() |
Collection<T> |
list() |
protected Iterator<T> |
originIterator() |
void |
remove() |
close, close, hasNext, metadata, next, noneclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ListIterator(Collection<T> origin)
public void remove()
public Collection<T> list()
protected boolean fetch()
fetch in class WrappedIterator<T>protected Iterator<T> originIterator()
originIterator in class WrappedIterator<T>Copyright © 2021. All rights reserved.