| Constructor and Description |
|---|
SynchronizedList(IList<T> mList) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int pIndex,
T pItem) |
void |
add(T pItem) |
void |
clear() |
T |
get(int pIndex) |
int |
indexOf(T pItem) |
boolean |
isEmpty() |
T |
remove(int pIndex) |
boolean |
remove(T pItem) |
T |
removeFirst() |
T |
removeLast() |
void |
set(int pIndex,
T pItem) |
int |
size() |
public T get(int pIndex) throws java.lang.IndexOutOfBoundsException
public void set(int pIndex,
T pItem)
throws java.lang.IndexOutOfBoundsException
public void add(int pIndex,
T pItem)
throws java.lang.IndexOutOfBoundsException
public T removeFirst()
removeFirst in interface IList<T>public T removeLast()
removeLast in interface IList<T>public T remove(int pIndex) throws java.lang.IndexOutOfBoundsException