public class UnmodifiableListIterator<E> extends WrappedListIterator<E>
| 构造器和说明 |
|---|
UnmodifiableListIterator(ListIterator delegate) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(E e) |
void |
remove() |
void |
set(E e) |
hasNext, hasPrevious, next, nextIndex, previous, previousIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic UnmodifiableListIterator(ListIterator delegate)
public void remove()
remove 在接口中 Iterator<E>remove 在接口中 ListIterator<E>remove 在类中 WrappedListIterator<E>public void set(E e)
set 在接口中 ListIterator<E>set 在类中 WrappedListIterator<E>public void add(E e)
add 在接口中 ListIterator<E>add 在类中 WrappedListIterator<E>Copyright © 2021. All rights reserved.