protected static final class BasicArray.UnmodifiableListIterator extends Object implements ListIterator<Object>
| Modifier | Constructor and Description |
|---|---|
protected |
UnmodifiableListIterator(ListIterator<Object> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object e) |
boolean |
hasNext() |
boolean |
hasPrevious() |
Object |
next() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Object e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected UnmodifiableListIterator(ListIterator<Object> delegate)
public boolean hasNext()
public Object next()
public void remove()
public void add(Object e)
add in interface ListIterator<Object>public boolean hasPrevious()
hasPrevious in interface ListIterator<Object>public int nextIndex()
nextIndex in interface ListIterator<Object>public Object previous()
previous in interface ListIterator<Object>public int previousIndex()
previousIndex in interface ListIterator<Object>public void set(Object e)
set in interface ListIterator<Object>Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.