blob: 6b998130c4c0522fecb1495973602194e7946aaa [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_252) on Thu Sep 03 11:54:31 CEST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.apache.openjpa.util.ProxyCollection (OpenJPA Parent POM 3.1.2 API)</title>
<meta name="date" content="2020-09-03">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.apache.openjpa.util.ProxyCollection (OpenJPA Parent POM 3.1.2 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openjpa/util/class-use/ProxyCollection.html" target="_top">Frames</a></li>
<li><a href="ProxyCollection.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.apache.openjpa.util.ProxyCollection" class="title">Uses of Interface<br>org.apache.openjpa.util.ProxyCollection</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.openjpa.util">org.apache.openjpa.util</a></td>
<td class="colLast">
<div class="block"><strong>OpenJPA Utilities</strong>
This package provides utilities to facilitate the handling of second
class objects and OpenJPA object ids.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.openjpa.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a> in <a href="../../../../../org/apache/openjpa/util/package-summary.html">org.apache.openjpa.util</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../org/apache/openjpa/util/package-summary.html">org.apache.openjpa.util</a> that implement <a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedArrayListProxy.html" title="class in org.apache.openjpa.util">DelayedArrayListProxy</a></span></code>
<div class="block">ArrayList proxy with delay loading capability.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedHashSetProxy.html" title="class in org.apache.openjpa.util">DelayedHashSetProxy</a></span></code>
<div class="block">HashSet proxy with delay loading capability.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedLinkedHashSetProxy.html" title="class in org.apache.openjpa.util">DelayedLinkedHashSetProxy</a></span></code>
<div class="block">LinkedHashSet proxy with delay loading capability.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedLinkedListProxy.html" title="class in org.apache.openjpa.util">DelayedLinkedListProxy</a></span></code>
<div class="block">LinkedList proxy with delay loading capability.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedPriorityQueueProxy.html" title="class in org.apache.openjpa.util">DelayedPriorityQueueProxy</a></span></code>
<div class="block">PriorityQueue proxy with delay loading capability.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedTreeSetProxy.html" title="class in org.apache.openjpa.util">DelayedTreeSetProxy</a></span></code>
<div class="block">TreeSet proxy with delay loading capability.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedVectorProxy.html" title="class in org.apache.openjpa.util">DelayedVectorProxy</a></span></code>
<div class="block">Vector proxy with delay loading capability.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/openjpa/util/package-summary.html">org.apache.openjpa.util</a> that return <a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></code></td>
<td class="colLast"><span class="typeNameLabel">DelayedHashSetProxy.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedHashSetProxy.html#newInstance-java.lang.Class-java.util.Comparator-boolean-boolean-">newInstance</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;paramClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&nbsp;paramComparator,
boolean&nbsp;paramBoolean1,
boolean&nbsp;paramBoolean2)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></code></td>
<td class="colLast"><span class="typeNameLabel">DelayedLinkedHashSetProxy.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedLinkedHashSetProxy.html#newInstance-java.lang.Class-java.util.Comparator-boolean-boolean-">newInstance</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;paramClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&nbsp;paramComparator,
boolean&nbsp;paramBoolean1,
boolean&nbsp;paramBoolean2)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></code></td>
<td class="colLast"><span class="typeNameLabel">DelayedVectorProxy.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedVectorProxy.html#newInstance-java.lang.Class-java.util.Comparator-boolean-boolean-">newInstance</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;paramClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&nbsp;paramComparator,
boolean&nbsp;paramBoolean1,
boolean&nbsp;paramBoolean2)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></code></td>
<td class="colLast"><span class="typeNameLabel">DelayedTreeSetProxy.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedTreeSetProxy.html#newInstance-java.lang.Class-java.util.Comparator-boolean-boolean-">newInstance</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;paramClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&nbsp;paramComparator,
boolean&nbsp;paramBoolean1,
boolean&nbsp;paramBoolean2)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></code></td>
<td class="colLast"><span class="typeNameLabel">DelayedArrayListProxy.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedArrayListProxy.html#newInstance-java.lang.Class-java.util.Comparator-boolean-boolean-">newInstance</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;paramClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&nbsp;paramComparator,
boolean&nbsp;paramBoolean1,
boolean&nbsp;paramBoolean2)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollection.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html#newInstance-java.lang.Class-java.util.Comparator-boolean-boolean-">newInstance</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;elementType,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&nbsp;comp,
boolean&nbsp;trackChanges,
boolean&nbsp;autoOff)</code>
<div class="block">Create a new instance of this proxy type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></code></td>
<td class="colLast"><span class="typeNameLabel">DelayedLinkedListProxy.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedLinkedListProxy.html#newInstance-java.lang.Class-java.util.Comparator-boolean-boolean-">newInstance</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;paramClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&nbsp;paramComparator,
boolean&nbsp;paramBoolean1,
boolean&nbsp;paramBoolean2)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></code></td>
<td class="colLast"><span class="typeNameLabel">DelayedPriorityQueueProxy.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/DelayedPriorityQueueProxy.html#newInstance-java.lang.Class-java.util.Comparator-boolean-boolean-">newInstance</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;paramClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&nbsp;paramComparator,
boolean&nbsp;paramBoolean1,
boolean&nbsp;paramBoolean2)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/openjpa/util/package-summary.html">org.apache.openjpa.util</a> with parameters of type <a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#addAll-org.apache.openjpa.util.ProxyCollection-java.util.Collection-">addAll</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;values)</code>
<div class="block">Override for <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#addAll-java.util.Collection-" title="class or interface in java.util"><code>Collection.addAll(java.util.Collection&lt;? extends E&gt;)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#addAll-org.apache.openjpa.util.ProxyCollection-int-java.util.Collection-">addAll</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;values)</code>
<div class="block">Override for <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#addAll-int-java.util.Collection-" title="class or interface in java.util"><code>List.addAll(int, Collection)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterAdd-org.apache.openjpa.util.ProxyCollection-java.lang.Object-boolean-">afterAdd</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
boolean&nbsp;added)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#add-E-" title="class or interface in java.util"><code>Collection.add(Object)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterAddElement-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">afterAddElement</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true#addElement-E-" title="class or interface in java.util"><code>Vector.addElement(Object)</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterAddLast-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">afterAddLast</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true#addLast-E-" title="class or interface in java.util"><code>LinkedList.addLast(Object)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterIterator-org.apache.openjpa.util.ProxyCollection-java.util.Iterator-">afterIterator</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&nbsp;itr)</code>
<div class="block">Wrap given iterator in a proxy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterListIterator-org.apache.openjpa.util.ProxyCollection-int-java.util.ListIterator-">afterListIterator</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
int&nbsp;idx,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</a>&nbsp;itr)</code>
<div class="block">Wrap given iterator in a proxy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterListIterator-org.apache.openjpa.util.ProxyCollection-java.util.ListIterator-">afterListIterator</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ListIterator.html?is-external=true" title="class or interface in java.util">ListIterator</a>&nbsp;itr)</code>
<div class="block">Wrap given iterator in a proxy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterOffer-org.apache.openjpa.util.ProxyCollection-java.lang.Object-boolean-">afterOffer</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
boolean&nbsp;added)</code>
<div class="block">Call after invoking <code>Queue#offer(Object)</code> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterPoll-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">afterPoll</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;removed)</code>
<div class="block">Call after invoking <code>Queue#poll</code> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterRemove-org.apache.openjpa.util.ProxyCollection-int-java.lang.Object-">afterRemove</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;removed)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#remove-int-" title="class or interface in java.util"><code>List.remove(int)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterRemove-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">afterRemove</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;removed)</code>
<div class="block">Call after invoking <code>Queue#remove</code> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterRemove-org.apache.openjpa.util.ProxyCollection-java.lang.Object-boolean-">afterRemove</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o,
boolean&nbsp;removed)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#remove-java.lang.Object-" title="class or interface in java.util"><code>Collection.remove(java.lang.Object)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterRemoveElement-org.apache.openjpa.util.ProxyCollection-java.lang.Object-boolean-">afterRemoveElement</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o,
boolean&nbsp;removed)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true#removeElement-java.lang.Object-" title="class or interface in java.util"><code>Vector.removeElement(java.lang.Object)</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterRemoveFirst-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">afterRemoveFirst</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;removed)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true#removeFirst--" title="class or interface in java.util"><code>LinkedList.removeFirst()</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterRemoveLast-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">afterRemoveLast</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;removed)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true#removeLast--" title="class or interface in java.util"><code>LinkedList.removeLast()</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterSet-org.apache.openjpa.util.ProxyCollection-int-java.lang.Object-java.lang.Object-">afterSet</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;element,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;replaced)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#set-int-E-" title="class or interface in java.util"><code>List.set(int, E)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#afterSetElementAt-org.apache.openjpa.util.ProxyCollection-java.lang.Object-int-java.lang.Object-">afterSetElementAt</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;element,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;replaced)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true#setElementAt-E-int-" title="class or interface in java.util"><code>Vector.setElementAt(E, int)</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeAdd-org.apache.openjpa.util.ProxyCollection-int-java.lang.Object-">beforeAdd</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#add-int-E-" title="class or interface in java.util"><code>List.add(int,Object)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeAdd-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">beforeAdd</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#add-E-" title="class or interface in java.util"><code>Collection.add(Object)</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeAddElement-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">beforeAddElement</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true#addElement-E-" title="class or interface in java.util"><code>Vector.addElement(Object)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeAddFirst-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">beforeAddFirst</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true#addFirst-E-" title="class or interface in java.util"><code>LinkedList.addFirst(Object)</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeAddLast-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">beforeAddLast</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true#addLast-E-" title="class or interface in java.util"><code>LinkedList.addLast(Object)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeClear-org.apache.openjpa.util.ProxyCollection-">beforeClear</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll)</code>
<div class="block">Call before clearing collection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeInsertElementAt-org.apache.openjpa.util.ProxyCollection-java.lang.Object-int-">beforeInsertElementAt</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
int&nbsp;index)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true#insertElementAt-E-int-" title="class or interface in java.util"><code>Vector.insertElementAt(Object,int)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeOffer-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">beforeOffer</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
<div class="block">Call before invoking <code>Queue#offer(Object)</code> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforePoll-org.apache.openjpa.util.ProxyCollection-">beforePoll</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll)</code>
<div class="block">Call before invoking <code>Queue#poll</code> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeRemove-org.apache.openjpa.util.ProxyCollection-">beforeRemove</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll)</code>
<div class="block">Call before invoking <code>Queue#remove</code> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeRemove-org.apache.openjpa.util.ProxyCollection-int-">beforeRemove</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
int&nbsp;index)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#remove-int-" title="class or interface in java.util"><code>List.remove(int)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeRemove-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">beforeRemove</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#remove-java.lang.Object-" title="class or interface in java.util"><code>Collection.remove(java.lang.Object)</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeRemoveAllElements-org.apache.openjpa.util.ProxyCollection-">beforeRemoveAllElements</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll)</code>
<div class="block">Call before clearing vector.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeRemoveElement-org.apache.openjpa.util.ProxyCollection-java.lang.Object-">beforeRemoveElement</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true#removeElement-java.lang.Object-" title="class or interface in java.util"><code>Vector.removeElement(java.lang.Object)</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeRemoveElementAt-org.apache.openjpa.util.ProxyCollection-int-">beforeRemoveElementAt</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
int&nbsp;index)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true#removeElementAt-int-" title="class or interface in java.util"><code>Vector.removeElementAt(int)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeRemoveFirst-org.apache.openjpa.util.ProxyCollection-">beforeRemoveFirst</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true#removeFirst--" title="class or interface in java.util"><code>LinkedList.removeFirst()</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeRemoveLast-org.apache.openjpa.util.ProxyCollection-">beforeRemoveLast</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll)</code>
<div class="block">Call after invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true#removeLast--" title="class or interface in java.util"><code>LinkedList.removeLast()</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeSet-org.apache.openjpa.util.ProxyCollection-int-java.lang.Object-">beforeSet</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;element)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#set-int-E-" title="class or interface in java.util"><code>List.set(int, E)</code></a> on super.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#beforeSetElementAt-org.apache.openjpa.util.ProxyCollection-java.lang.Object-int-">beforeSetElementAt</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;element,
int&nbsp;index)</code>
<div class="block">Call before invoking <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html?is-external=true#setElementAt-E-int-" title="class or interface in java.util"><code>Vector.setElementAt(E, int)</code></a> on super.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#isDelayed-org.apache.openjpa.util.ProxyCollection-">isDelayed</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;proxy)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#loadCollection-org.apache.openjpa.util.ProxyCollection-">loadCollection</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;proxy)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#loadCollection-org.apache.openjpa.util.ProxyCollection-boolean-">loadCollection</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;proxy,
boolean&nbsp;detaching)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#removeAll-org.apache.openjpa.util.ProxyCollection-java.util.Collection-">removeAll</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;vals)</code>
<div class="block">Override for <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#removeAll-java.util.Collection-" title="class or interface in java.util"><code>Collection.removeAll(java.util.Collection&lt;?&gt;)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><span class="typeNameLabel">ProxyCollections.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/openjpa/util/ProxyCollections.html#retainAll-org.apache.openjpa.util.ProxyCollection-java.util.Collection-">retainAll</a></span>(<a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">ProxyCollection</a>&nbsp;coll,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;vals)</code>
<div class="block">Override for <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true#retainAll-java.util.Collection-" title="class or interface in java.util"><code>Collection.retainAll(java.util.Collection&lt;?&gt;)</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/openjpa/util/ProxyCollection.html" title="interface in org.apache.openjpa.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openjpa/util/class-use/ProxyCollection.html" target="_top">Frames</a></li>
<li><a href="ProxyCollection.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2020 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>