public class ArrayListWithChangeIndex<T> extends java.util.ArrayList<T> implements IListWithChangeIndex<T>, java.io.Serializable
| Constructor and Description |
|---|
ArrayListWithChangeIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T element) |
boolean |
add(T e) |
boolean |
addAll(java.util.Collection<? extends T> c) |
boolean |
addAll(int index,
java.util.Collection<? extends T> c) |
void |
clear() |
int |
getChangeIndex() |
T |
remove(int index) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
protected void |
removeRange(int fromIndex,
int toIndex) |
void |
reorderList(java.util.List<T> newOrder,
boolean withEvent) |
boolean |
retainAll(java.util.Collection<?> c) |
T |
set(int index,
T element) |
void |
setListWithChangeIndexListener(IListWithChangeIndexListener listener) |
void |
trimToSize() |
void |
updateChangeIndex()
Update the change Index from outside.
|
clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, size, sort, spliterator, subList, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitpublic int getChangeIndex()
getChangeIndex in interface IListWithChangeIndex<T>public void updateChangeIndex()
updateChangeIndex in interface IListWithChangeIndex<T>public void setListWithChangeIndexListener(IListWithChangeIndexListener listener)
setListWithChangeIndexListener in interface IListWithChangeIndex<T>public void add(int index,
T element)
public boolean add(T e)
public boolean addAll(java.util.Collection<? extends T> c)
public boolean addAll(int index,
java.util.Collection<? extends T> c)
public void clear()
public T remove(int index)
public boolean remove(java.lang.Object o)
protected void removeRange(int fromIndex,
int toIndex)
removeRange in class java.util.ArrayList<T>public void trimToSize()
trimToSize in class java.util.ArrayList<T>public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)
public void reorderList(java.util.List<T> newOrder, boolean withEvent)
Copyright © CaptainCasa Gmbh. All Rights Reserved.