public class PropertyChangeArrayList<T> extends ArrayList<T> implements PropertyChangeListener, PropertyChangeSupportProxy
modCount| Constructor and Description |
|---|
PropertyChangeArrayList() |
PropertyChangeArrayList(Collection<? extends T> objects) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
T object) |
boolean |
add(T object) |
boolean |
addAll(Collection<? extends T> objects) |
boolean |
addAll(int index,
Collection<? extends T> objects) |
protected void |
addListener(Object object) |
boolean |
equals(Object other) |
PropertyChangeSupport |
getPropertyChangeSupport() |
int |
hashCode() |
void |
propertyChange(PropertyChangeEvent event) |
T |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
protected void |
removeListener(Object object) |
T |
set(int index,
T value) |
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeRange, retainAll, size, subList, toArray, toArray, trimToSizecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllpublic PropertyChangeArrayList()
public PropertyChangeArrayList(Collection<? extends T> objects)
public void add(int index,
T object)
public boolean add(T object)
public boolean addAll(Collection<? extends T> objects)
public boolean addAll(int index,
Collection<? extends T> objects)
protected void addListener(Object object)
public boolean equals(Object other)
equals in interface Collection<T>equals in interface List<T>equals in class AbstractList<T>public PropertyChangeSupport getPropertyChangeSupport()
getPropertyChangeSupport in interface PropertyChangeSupportProxypublic int hashCode()
hashCode in interface Collection<T>hashCode in interface List<T>hashCode in class AbstractList<T>public void propertyChange(PropertyChangeEvent event)
propertyChange in interface PropertyChangeListenerpublic T remove(int index)
public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
protected void removeListener(Object object)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.