protected static class ItemProviderAdapter.ModifiableSingletonEList<E> extends java.util.AbstractList<E> implements EList<E>
EList
. The element can be modified, but
the size of the list may not be changed.Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object o) |
E |
get(int index) |
void |
move(int index,
E o)
Moves the object to the new position, if is in the list.
|
E |
move(int targetIndex,
int sourceIndex)
Moves the object from the old position to the new position.
|
E |
set(int index,
E element) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public int size()
public E get(int index)
public boolean contains(java.lang.Object o)
public void move(int index, E o)
EList