E - element typepublic abstract class UnmodifiableListIterator<E> extends UnmodifiableIterator<E> implements ListIterator<E>
| Constructor and Description | 
|---|
UnmodifiableListIterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(E e)  | 
void | 
set(E e)  | 
removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, hasPrevious, next, nextIndex, previous, previousIndex, removepublic final void set(E e)
set in interface ListIterator<E>public final void add(E e)
add in interface ListIterator<E>Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.