<li><ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.Entry.html"title="class in com.comphenix.protocol.concurrency"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html"title="class in com.comphenix.protocol.concurrency"><spanclass="strong">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a>></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="class in com.comphenix.protocol.concurrency">AbstractIntervalTree</a><<ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TKey</a> extends java.lang.Comparable<<ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TKey</a>>,<ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.html"title="type parameter in AbstractIntervalTree">TValue</a>></dd>
extends java.lang.Enum<<ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a>></pre>
<tableclass="overviewSummary"border="0"cellpadding="3"cellspacing="0"summary="Enum Constant Summary table, listing enum constants, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a></code></td>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a>[]</code></td>
<pre>public static final <ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a> OPEN</pre>
</li>
</ul>
<aname="CLOSE">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>CLOSE</h4>
<pre>public static final <ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a> CLOSE</pre>
</li>
</ul>
<aname="BOTH">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>BOTH</h4>
<pre>public static final <ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a> BOTH</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method_detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="values()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>values</h4>
<pre>public static <ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a>[] values()</pre>
<divclass="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (AbstractIntervalTree.State c : AbstractIntervalTree.State.values())
System.out.println(c);
</pre></div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
the order they are declared</dd></dl>
</li>
</ul>
<aname="valueOf(java.lang.String)">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>valueOf</h4>
<pre>public static <ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.State.html"title="enum in com.comphenix.protocol.concurrency">AbstractIntervalTree.State</a> valueOf(java.lang.String name)</pre>
<divclass="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
<dt><spanclass="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant
with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
<li><ahref="../../../../com/comphenix/protocol/concurrency/AbstractIntervalTree.Entry.html"title="class in com.comphenix.protocol.concurrency"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html"title="class in com.comphenix.protocol.concurrency"><spanclass="strong">Next Class</span></a></li>