protected static final class BasicArray.UnmodifiableListIterator extends Object implements ListIterator<Object>
Modifier | Constructor and Description |
---|---|
protected |
BasicArray.UnmodifiableListIterator(ListIterator<Object> delegate) |
protected BasicArray.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-2014 JBoss, a division of Red Hat. All Rights Reserved.