protected class ObservableList.ObservableListIterator
extends ObservableIterator
implements ListIterator
List iterator wrapper that routes mutations through ObservableList.
| Constructor and description |
|---|
ObservableListIterator(ListIterator iterDelegate, int index)Creates an observable list iterator. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
add(Object o){@inheritDoc} |
|
public ListIterator |
getListIterator()Returns the wrapped list iterator. |
|
public boolean |
hasPrevious(){@inheritDoc} |
|
public int |
nextIndex(){@inheritDoc} |
|
public Object |
previous(){@inheritDoc} |
|
public int |
previousIndex(){@inheritDoc} |
|
public void |
set(Object o){@inheritDoc} |
Creates an observable list iterator.
iterDelegate - the backing list iteratorindex - the starting index{@inheritDoc}
Returns the wrapped list iterator.
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.