public class ObservableListDecorator<E> extends ObservableCollectionDecorator<E> implements List<E>
| Constructor and Description |
|---|
ObservableListDecorator(List<E> decoratee) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
E element) |
boolean |
addAll(int index,
Collection<? extends E> c) |
protected ListIterator<E> |
decorateIterator(ListIterator<E> ite) |
E |
get(int index) |
int |
indexOf(Object o) |
int |
lastIndexOf(Object o) |
protected List<E> |
list() |
ListIterator<E> |
listIterator() |
ListIterator<E> |
listIterator(int index) |
E |
remove(int index) |
E |
set(int index,
E element) |
List<E> |
subList(int fromIndex,
int toIndex) |
add, addAll, addChangeListener, clear, fireChange, iterator, remove, removeAll, removeChangeListener, retainAllcontains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toStringpublic boolean addAll(int index,
Collection<? extends E> c)
public int lastIndexOf(Object o)
lastIndexOf in interface List<E>public ListIterator<E> listIterator()
listIterator in interface List<E>protected ListIterator<E> decorateIterator(ListIterator<E> ite)
public ListIterator<E> listIterator(int index)
listIterator in interface List<E>Copyright © 2015 Uqbar Project. All rights reserved.