static boolean |
ProxyCollections.addAll(ProxyCollection coll,
int index,
java.util.Collection values) |
Override for List.addAll(int, Collection) .
|
static boolean |
ProxyCollections.addAll(ProxyCollection coll,
java.util.Collection values) |
Override for Collection.addAll(java.util.Collection<? extends E>) .
|
static boolean |
ProxyCollections.afterAdd(ProxyCollection coll,
java.lang.Object value,
boolean added) |
Call after invoking Collection.add(Object) on super.
|
static void |
ProxyCollections.afterAddElement(ProxyCollection coll,
java.lang.Object value) |
Call after invoking Vector.addElement(Object) on super.
|
static void |
ProxyCollections.afterAddLast(ProxyCollection coll,
java.lang.Object value) |
Call after invoking LinkedList.addLast(Object) on super.
|
static java.util.Iterator |
ProxyCollections.afterIterator(ProxyCollection coll,
java.util.Iterator itr) |
Wrap given iterator in a proxy.
|
static java.util.ListIterator |
ProxyCollections.afterListIterator(ProxyCollection coll,
int idx,
java.util.ListIterator itr) |
Wrap given iterator in a proxy.
|
static java.util.ListIterator |
ProxyCollections.afterListIterator(ProxyCollection coll,
java.util.ListIterator itr) |
Wrap given iterator in a proxy.
|
static boolean |
ProxyCollections.afterOffer(ProxyCollection coll,
java.lang.Object value,
boolean added) |
Call after invoking Queue#offer(Object) on super.
|
static java.lang.Object |
ProxyCollections.afterPoll(ProxyCollection coll,
java.lang.Object removed) |
Call after invoking Queue#poll on super.
|
static java.lang.Object |
ProxyCollections.afterRemove(ProxyCollection coll,
int index,
java.lang.Object removed) |
Call after invoking List.remove(int) on super.
|
static java.lang.Object |
ProxyCollections.afterRemove(ProxyCollection coll,
java.lang.Object removed) |
Call after invoking Queue#remove on super.
|
static boolean |
ProxyCollections.afterRemove(ProxyCollection coll,
java.lang.Object o,
boolean removed) |
Call after invoking Collection.remove(java.lang.Object) on super.
|
static boolean |
ProxyCollections.afterRemoveElement(ProxyCollection coll,
java.lang.Object o,
boolean removed) |
Call after invoking Vector.removeElement(java.lang.Object) on super.
|
static java.lang.Object |
ProxyCollections.afterRemoveFirst(ProxyCollection coll,
java.lang.Object removed) |
Call after invoking LinkedList.removeFirst() on super.
|
static java.lang.Object |
ProxyCollections.afterRemoveLast(ProxyCollection coll,
java.lang.Object removed) |
Call after invoking LinkedList.removeLast() on super.
|
static java.lang.Object |
ProxyCollections.afterSet(ProxyCollection coll,
int index,
java.lang.Object element,
java.lang.Object replaced) |
Call after invoking List.set(int, E) on super.
|
static java.lang.Object |
ProxyCollections.afterSetElementAt(ProxyCollection coll,
java.lang.Object element,
int index,
java.lang.Object replaced) |
Call after invoking Vector.setElementAt(E, int) on super.
|
static void |
ProxyCollections.beforeAdd(ProxyCollection coll,
int index,
java.lang.Object value) |
Call before invoking List.add(int,Object) on super.
|
static void |
ProxyCollections.beforeAdd(ProxyCollection coll,
java.lang.Object value) |
Call before invoking Collection.add(Object) on super.
|
static void |
ProxyCollections.beforeAddElement(ProxyCollection coll,
java.lang.Object value) |
Call before invoking Vector.addElement(Object) on super.
|
static void |
ProxyCollections.beforeAddFirst(ProxyCollection coll,
java.lang.Object value) |
Call before invoking LinkedList.addFirst(Object) on super.
|
static void |
ProxyCollections.beforeAddLast(ProxyCollection coll,
java.lang.Object value) |
Call before invoking LinkedList.addLast(Object) on super.
|
static void |
ProxyCollections.beforeClear(ProxyCollection coll) |
Call before clearing collection.
|
static void |
ProxyCollections.beforeInsertElementAt(ProxyCollection coll,
java.lang.Object value,
int index) |
Call before invoking Vector.insertElementAt(Object,int) on super.
|
static void |
ProxyCollections.beforeOffer(ProxyCollection coll,
java.lang.Object value) |
Call before invoking Queue#offer(Object) on super.
|
static void |
ProxyCollections.beforePoll(ProxyCollection coll) |
Call before invoking Queue#poll on super.
|
static void |
ProxyCollections.beforeRemove(ProxyCollection coll) |
Call before invoking Queue#remove on super.
|
static void |
ProxyCollections.beforeRemove(ProxyCollection coll,
int index) |
Call before invoking List.remove(int) on super.
|
static void |
ProxyCollections.beforeRemove(ProxyCollection coll,
java.lang.Object o) |
Call before invoking Collection.remove(java.lang.Object) on super.
|
static void |
ProxyCollections.beforeRemoveAllElements(ProxyCollection coll) |
Call before clearing vector.
|
static void |
ProxyCollections.beforeRemoveElement(ProxyCollection coll,
java.lang.Object o) |
Call before invoking Vector.removeElement(java.lang.Object) on super.
|
static void |
ProxyCollections.beforeRemoveElementAt(ProxyCollection coll,
int index) |
Call before invoking Vector.removeElementAt(int) on super.
|
static void |
ProxyCollections.beforeRemoveFirst(ProxyCollection coll) |
Call before invoking LinkedList.removeFirst() on super.
|
static void |
ProxyCollections.beforeRemoveLast(ProxyCollection coll) |
Call after invoking LinkedList.removeLast() on super.
|
static void |
ProxyCollections.beforeSet(ProxyCollection coll,
int index,
java.lang.Object element) |
Call before invoking List.set(int, E) on super.
|
static void |
ProxyCollections.beforeSetElementAt(ProxyCollection coll,
java.lang.Object element,
int index) |
Call before invoking Vector.setElementAt(E, int) on super.
|
static boolean |
ProxyCollections.isDelayed(ProxyCollection proxy) |
|
static void |
ProxyCollections.loadCollection(ProxyCollection proxy) |
|
static void |
ProxyCollections.loadCollection(ProxyCollection proxy,
boolean detaching) |
|
static boolean |
ProxyCollections.removeAll(ProxyCollection coll,
java.util.Collection<?> vals) |
Override for Collection.removeAll(java.util.Collection<?>) .
|
static boolean |
ProxyCollections.retainAll(ProxyCollection coll,
java.util.Collection<?> vals) |
Override for Collection.retainAll(java.util.Collection<?>) .
|