<li><ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">Class</a></li>
<h2title="Uses of Class com.comphenix.protocol.concurrency.AbstractIntervalTree.EndPoint"class="title">Uses of Class<br>com.comphenix.protocol.concurrency.AbstractIntervalTree.EndPoint</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a> in <ahref="../../../../../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <ahref="../../../../../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a> with type parameters of type <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>protected java.util.NavigableMap<<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TKey</a>,<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a>></code></td>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a> that return <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a></code></td>
<tdclass="colLast"><spanclass="strong">AbstractIntervalTree.</span><code><strong><ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#addEndPoint(TKey, TValue, com.comphenix.protocol.concurrency.AbstractIntervalTree.State)">addEndPoint</a></strong>(<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TKey</a> key,
<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TValue</a> value,
<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a> state)</code> </td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a></code></td>
<tdclass="colLast"><spanclass="strong">AbstractIntervalTree.</span><code><strong><ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#getEndPoint(TKey)">getEndPoint</a></strong>(<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TKey</a> key)</code>
<divclass="block">Get the left-most end-point associated with this key.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a></code></td>
<tdclass="colLast"><spanclass="strong">AbstractIntervalTree.</span><code><strong><ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#getNextEndPoint(TKey, boolean)">getNextEndPoint</a></strong>(<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TKey</a> point,
boolean inclusive)</code>
<divclass="block">Get the next end point of a given key.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a></code></td>
<tdclass="colLast"><spanclass="strong">AbstractIntervalTree.</span><code><strong><ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#getPreviousEndPoint(TKey, boolean)">getPreviousEndPoint</a></strong>(<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TKey</a> point,
boolean inclusive)</code>
<divclass="block">Get the previous end point of a given key.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../com/comphenix/protocol/concurrency/package-summary.html">com.comphenix.protocol.concurrency</a> with parameters of type <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.Entry.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.Entry</a></code></td>
<tdclass="colLast"><spanclass="strong">AbstractIntervalTree.</span><code><strong><ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#getEntry(com.comphenix.protocol.concurrency.AbstractIntervalTree.EndPoint, com.comphenix.protocol.concurrency.AbstractIntervalTree.EndPoint)">getEntry</a></strong>(<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a> left,
<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a> right)</code>
<divclass="block">Retrieve the entry from a given set of end points.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>protected <ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.Entry.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.Entry</a></code></td>
<tdclass="colLast"><spanclass="strong">AbstractIntervalTree.</span><code><strong><ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html#getEntry(com.comphenix.protocol.concurrency.AbstractIntervalTree.EndPoint, com.comphenix.protocol.concurrency.AbstractIntervalTree.EndPoint)">getEntry</a></strong>(<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a> left,
<ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree.EndPoint</a> right)</code>
<divclass="block">Retrieve the entry from a given set of end points.</div>
<li><ahref="../../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.EndPoint.html"title="class in com.comphenix.protocol.concurrency">Class</a></li>