You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by br...@apache.org on 2015/05/01 22:55:53 UTC

svn commit: r949864 [2/48] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/builder/ apidocs/org/apache/commons/lang3/time/ apidocs/src-html/org/apache/commons...

Modified: websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/ArrayUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/ArrayUtils.html (original)
+++ websites/production/commons/content/proper/commons-lang/apidocs/org/apache/commons/lang3/ArrayUtils.html Fri May  1 20:55:51 2015
@@ -1811,6 +1811,159 @@ extends <a href="http://docs.oracle.com/
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(boolean[],%20int)">shift</a></strong>(boolean[]&nbsp;array,
+          int&nbsp;offset)</code>
+<div class="block">Shifts the order of the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(boolean[],%20int,%20int,%20int)">shift</a></strong>(boolean[]&nbsp;array,
+          int&nbsp;startIndexInclusive,
+          int&nbsp;endIndexExclusive,
+          int&nbsp;offset)</code>
+<div class="block">
+ Shifts the order of the given array in the given range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(byte[],%20int)">shift</a></strong>(byte[]&nbsp;array,
+          int&nbsp;offset)</code>
+<div class="block">Shifts the order of the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(byte[],%20int,%20int,%20int)">shift</a></strong>(byte[]&nbsp;array,
+          int&nbsp;startIndexInclusive,
+          int&nbsp;endIndexExclusive,
+          int&nbsp;offset)</code>
+<div class="block">
+ Shifts the order of the given array in the given range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(char[],%20int)">shift</a></strong>(char[]&nbsp;array,
+          int&nbsp;offset)</code>
+<div class="block">Shifts the order of the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(char[],%20int,%20int,%20int)">shift</a></strong>(char[]&nbsp;array,
+          int&nbsp;startIndexInclusive,
+          int&nbsp;endIndexExclusive,
+          int&nbsp;offset)</code>
+<div class="block">
+ Shifts the order of the given array in the given range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(double[],%20int)">shift</a></strong>(double[]&nbsp;array,
+          int&nbsp;offset)</code>
+<div class="block">Shifts the order of the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(double[],%20int,%20int,%20int)">shift</a></strong>(double[]&nbsp;array,
+          int&nbsp;startIndexInclusive,
+          int&nbsp;endIndexExclusive,
+          int&nbsp;offset)</code>
+<div class="block">
+ Shifts the order of the given array in the given range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(float[],%20int)">shift</a></strong>(float[]&nbsp;array,
+          int&nbsp;offset)</code>
+<div class="block">Shifts the order of the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(float[],%20int,%20int,%20int)">shift</a></strong>(float[]&nbsp;array,
+          int&nbsp;startIndexInclusive,
+          int&nbsp;endIndexExclusive,
+          int&nbsp;offset)</code>
+<div class="block">
+ Shifts the order of the given array in the given range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(int[],%20int)">shift</a></strong>(int[]&nbsp;array,
+          int&nbsp;offset)</code>
+<div class="block">Shifts the order of the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(int[],%20int,%20int,%20int)">shift</a></strong>(int[]&nbsp;array,
+          int&nbsp;startIndexInclusive,
+          int&nbsp;endIndexExclusive,
+          int&nbsp;offset)</code>
+<div class="block">
+ Shifts the order of the given array in the given range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(long[],%20int)">shift</a></strong>(long[]&nbsp;array,
+          int&nbsp;offset)</code>
+<div class="block">Shifts the order of the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(long[],%20int,%20int,%20int)">shift</a></strong>(long[]&nbsp;array,
+          int&nbsp;startIndexInclusive,
+          int&nbsp;endIndexExclusive,
+          int&nbsp;offset)</code>
+<div class="block">
+ Shifts the order of the given array in the given range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(java.lang.Object[],%20int)">shift</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+          int&nbsp;offset)</code>
+<div class="block">Shifts the order of the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(java.lang.Object[],%20int,%20int,%20int)">shift</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+          int&nbsp;startIndexInclusive,
+          int&nbsp;endIndexExclusive,
+          int&nbsp;offset)</code>
+<div class="block">
+ Shifts the order of the given array in the given range.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(short[],%20int)">shift</a></strong>(short[]&nbsp;array,
+          int&nbsp;offset)</code>
+<div class="block">Shifts the order of the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#shift(short[],%20int,%20int,%20int)">shift</a></strong>(short[]&nbsp;array,
+          int&nbsp;startIndexInclusive,
+          int&nbsp;endIndexExclusive,
+          int&nbsp;offset)</code>
+<div class="block">
+ Shifts the order of the given array in the given range.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>static boolean[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#subarray(boolean[],%20int,%20int)">subarray</a></strong>(boolean[]&nbsp;array,
                 int&nbsp;startIndexInclusive,
@@ -1892,6 +2045,159 @@ extends <a href="http://docs.oracle.com/
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(boolean[],%20int,%20int)">swap</a></strong>(boolean[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</code>
+<div class="block">Swaps two elements in the given array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(boolean[],%20int,%20int,%20int)">swap</a></strong>(boolean[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</code>
+<div class="block">Swaps a series of elements in the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(byte[],%20int,%20int)">swap</a></strong>(byte[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</code>
+<div class="block">Swaps two elements in the given array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(byte[],%20int,%20int,%20int)">swap</a></strong>(byte[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</code>
+<div class="block">Swaps a series of elements in the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(char[],%20int,%20int)">swap</a></strong>(char[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</code>
+<div class="block">Swaps two elements in the given array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(char[],%20int,%20int,%20int)">swap</a></strong>(char[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</code>
+<div class="block">Swaps a series of elements in the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(double[],%20int,%20int)">swap</a></strong>(double[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</code>
+<div class="block">Swaps two elements in the given array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(double[],%20int,%20int,%20int)">swap</a></strong>(double[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</code>
+<div class="block">Swaps a series of elements in the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(float[],%20int,%20int)">swap</a></strong>(float[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</code>
+<div class="block">Swaps two elements in the given array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(float[],%20int,%20int,%20int)">swap</a></strong>(float[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</code>
+<div class="block">Swaps a series of elements in the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(int[],%20int,%20int)">swap</a></strong>(int[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</code>
+<div class="block">Swaps two elements in the given array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(int[],%20int,%20int,%20int)">swap</a></strong>(int[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</code>
+<div class="block">Swaps a series of elements in the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(long[],%20int,%20int)">swap</a></strong>(long[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</code>
+<div class="block">Swaps two elements in the given array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(long[],%20int,%20int,%20int)">swap</a></strong>(long[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</code>
+<div class="block">Swaps a series of elements in the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(java.lang.Object[],%20int,%20int)">swap</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</code>
+<div class="block">Swaps two elements in the given array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(java.lang.Object[],%20int,%20int,%20int)">swap</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</code>
+<div class="block">Swaps a series of elements in the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(short[],%20int,%20int)">swap</a></strong>(short[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</code>
+<div class="block">Swaps two elements in the given array.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#swap(short[],%20int,%20int,%20int)">swap</a></strong>(short[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</code>
+<div class="block">Swaps a series of elements in the given array.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>static &lt;T&gt;&nbsp;T[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/commons/lang3/ArrayUtils.html#toArray(T...)">toArray</a></strong>(T...&nbsp;items)</code>
 <div class="block">Create a type-safe generic array.</div>
@@ -3730,13 +4036,825 @@ public static&nbsp;boolean&nbsp;<a href=
   <dd>3.2</dd></dl>
 </li>
 </ul>
+<a name="swap(java.lang.Object[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1873">swap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</pre>
+<div class="block"><p>Swaps two elements in the given array.</p>
+
+ <p>There is no special handling for multi-dimensional arrays.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap(["1", "2", "3"], 0, 2) -> ["3", "2", "1"]</li>
+         <li>ArrayUtils.swap(["1", "2", "3"], 0, 0) -> ["1", "2", "3"]</li>
+         <li>ArrayUtils.swap(["1", "2", "3"], 1, 0) -> ["2", "1", "3"]</li>
+         <li>ArrayUtils.swap(["1", "2", "3"], 0, 5) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element to swap</dd><dd><code>offset2</code> - the index of the second element to swap</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(long[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1899">swap</a>(long[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</pre>
+<div class="block"><p>Swaps two elements in the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p>
+
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([true, false, true], 0, 2) -> [true, false, true]</li>
+         <li>ArrayUtils.swap([true, false, true], 0, 0) -> [true, false, true]</li>
+         <li>ArrayUtils.swap([true, false, true], 1, 0) -> [false, true, true]</li>
+         <li>ArrayUtils.swap([true, false, true], 0, 5) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element to swap</dd><dd><code>offset2</code> - the index of the second element to swap</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(int[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1925">swap</a>(int[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</pre>
+<div class="block"><p>Swaps two elements in the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p>
+
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 2) -> [3, 2, 1]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 0) -> [1, 2, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 1, 0) -> [2, 1, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 5) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element to swap</dd><dd><code>offset2</code> - the index of the second element to swap</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(short[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1951">swap</a>(short[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</pre>
+<div class="block"><p>Swaps two elements in the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p>
+
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 2) -> [3, 2, 1]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 0) -> [1, 2, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 1, 0) -> [2, 1, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 5) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element to swap</dd><dd><code>offset2</code> - the index of the second element to swap</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(char[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1977">swap</a>(char[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</pre>
+<div class="block"><p>Swaps two elements in the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 2) -> [3, 2, 1]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 0) -> [1, 2, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 1, 0) -> [2, 1, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 5) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element to swap</dd><dd><code>offset2</code> - the index of the second element to swap</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(byte[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2003">swap</a>(byte[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</pre>
+<div class="block"><p>Swaps two elements in the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p>
+
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 2) -> [3, 2, 1]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 0) -> [1, 2, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 1, 0) -> [2, 1, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 5) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element to swap</dd><dd><code>offset2</code> - the index of the second element to swap</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(double[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2029">swap</a>(double[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</pre>
+<div class="block"><p>Swaps two elements in the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p>
+
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 2) -> [3, 2, 1]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 0) -> [1, 2, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 1, 0) -> [2, 1, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 5) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element to swap</dd><dd><code>offset2</code> - the index of the second element to swap</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(float[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2055">swap</a>(float[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</pre>
+<div class="block"><p>Swaps two elements in the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p>
+
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 2) -> [3, 2, 1]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 0) -> [1, 2, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 1, 0) -> [2, 1, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 5) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element to swap</dd><dd><code>offset2</code> - the index of the second element to swap</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(boolean[], int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2081">swap</a>(boolean[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2)</pre>
+<div class="block"><p>Swaps two elements in the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p>
+
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 2) -> [3, 2, 1]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 0) -> [1, 2, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 1, 0) -> [2, 1, 3]</li>
+         <li>ArrayUtils.swap([1, 2, 3], 0, 5) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element to swap</dd><dd><code>offset2</code> - the index of the second element to swap</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(boolean[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2108">swap</a>(boolean[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</pre>
+<div class="block"><p>Swaps a series of elements in the given array.</p>
+ 
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap(["1", "2", "3", "4"], 0, 2, 1) -> ["3", "2", "1", "4"]</li>
+         <li>ArrayUtils.swap(["1", "2", "3", "4"], 0, 0, 1) -> ["1", "2", "3", "4"]</li>
+         <li>ArrayUtils.swap(["1", "2", "3", "4"], 2, 0, 2) -> ["3", "4", "1", "2"]</li>
+         <li>ArrayUtils.swap(["1", "2", "3", "4"], 0, 3, 3) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element in the series to swap</dd><dd><code>offset2</code> - the index of the second element in the series to swap</dd><dd><code>len</code> - the number of elements to swap starting with the given indices</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices (plus the length of the series to swap) is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(byte[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2140">swap</a>(byte[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</pre>
+<div class="block"><p>Swaps a series of elements in the given array.</p>
+ 
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([true, false, true, false], 0, 2, 1) -> [true, false, true, false]</li>
+         <li>ArrayUtils.swap([true, false, true, false], 0, 0, 1) -> [true, false, true, false]</li>
+         <li>ArrayUtils.swap([true, false, true, false], 0, 2, 2) -> [true, false, true, false]</li>
+         <li>ArrayUtils.swap([true, false, true, false], 0, 5, 3) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element in the series to swap</dd><dd><code>offset2</code> - the index of the second element in the series to swap</dd><dd><code>len</code> - the number of elements to swap starting with the given indices</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices (plus the length of the series to swap) is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(char[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2171">swap</a>(char[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</pre>
+<div class="block"><p>Swaps a series of elements in the given array.</p>
+ 
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 2, 1) -> [3, 2, 1, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 0, 1) -> [1, 2, 3, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 2, 0, 2) -> [3, 4, 1, 2]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 3, 3) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element in the series to swap</dd><dd><code>offset2</code> - the index of the second element in the series to swap</dd><dd><code>len</code> - the number of elements to swap starting with the given indices</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices (plus the length of the series to swap) is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(double[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2202">swap</a>(double[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</pre>
+<div class="block"><p>Swaps a series of elements in the given array.</p>
+ 
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 2, 1) -> [3, 2, 1, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 0, 1) -> [1, 2, 3, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 2, 0, 2) -> [3, 4, 1, 2]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 3, 3) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element in the series to swap</dd><dd><code>offset2</code> - the index of the second element in the series to swap</dd><dd><code>len</code> - the number of elements to swap starting with the given indices</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices (plus the length of the series to swap) is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(float[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2233">swap</a>(float[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</pre>
+<div class="block"><p>Swaps a series of elements in the given array.</p>
+ 
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 2, 1) -> [3, 2, 1, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 0, 1) -> [1, 2, 3, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 2, 0, 2) -> [3, 4, 1, 2]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 3, 3) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element in the series to swap</dd><dd><code>offset2</code> - the index of the second element in the series to swap</dd><dd><code>len</code> - the number of elements to swap starting with the given indices</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices (plus the length of the series to swap) is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(int[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2264">swap</a>(int[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</pre>
+<div class="block"><p>Swaps a series of elements in the given array.</p>
+ 
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 2, 1) -> [3, 2, 1, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 0, 1) -> [1, 2, 3, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 2, 0, 2) -> [3, 4, 1, 2]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 3, 3) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element in the series to swap</dd><dd><code>offset2</code> - the index of the second element in the series to swap</dd><dd><code>len</code> - the number of elements to swap starting with the given indices</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices (plus the length of the series to swap) is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(long[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2295">swap</a>(long[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</pre>
+<div class="block"><p>Swaps a series of elements in the given array.</p>
+ 
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 2, 1) -> [3, 2, 1, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 0, 1) -> [1, 2, 3, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 2, 0, 2) -> [3, 4, 1, 2]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 3, 3) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element in the series to swap</dd><dd><code>offset2</code> - the index of the second element in the series to swap</dd><dd><code>len</code> - the number of elements to swap starting with the given indices</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices (plus the length of the series to swap) is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(java.lang.Object[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2326">swap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</pre>
+<div class="block"><p>Swaps a series of elements in the given array.</p>
+ 
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 2, 1) -> [3, 2, 1, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 0, 1) -> [1, 2, 3, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 2, 0, 2) -> [3, 4, 1, 2]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 3, 3) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element in the series to swap</dd><dd><code>offset2</code> - the index of the second element in the series to swap</dd><dd><code>len</code> - the number of elements to swap starting with the given indices</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices (plus the length of the series to swap) is out of range</dd></dl>
+</li>
+</ul>
+<a name="swap(short[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>swap</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2357">swap</a>(short[]&nbsp;array,
+        int&nbsp;offset1,
+        int&nbsp;offset2,
+        int&nbsp;len)</pre>
+<div class="block"><p>Swaps a series of elements in the given array.</p>
+ 
+ <p>This method does nothing for a <code>null</code> input array.</p>
+ 
+ <p>Examples:
+     <ul>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 2, 1) -> [3, 2, 1, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 0, 1) -> [1, 2, 3, 4]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 2, 0, 2) -> [3, 4, 1, 2]</li>
+         <li>ArrayUtils.swap([1, 2, 3, 4], 0, 3, 3) -> ArrayOutOfBoundsException</li>
+     </ul>
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to swap, may be <code>null</code></dd><dd><code>offset1</code> - the index of the first element in the series to swap</dd><dd><code>offset2</code> - the index of the second element in the series to swap</dd><dd><code>len</code> - the number of elements to swap starting with the given indices</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/ArrayIndexOutOfBoundsException.html?is-external=true" title="class or interface in java.lang">ArrayIndexOutOfBoundsException</a></code> - if one of the indices (plus the length of the series to swap) is out of range</dd></dl>
+</li>
+</ul>
+<a name="shift(java.lang.Object[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2380">shift</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+         int&nbsp;offset)</pre>
+<div class="block"><p>Shifts the order of the given array.</p>
+
+ <p>There is no special handling for multi-dimensional arrays.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>offset</code> - how many position to the right to shift the array, if negative it will be shiftd to the left.</dd></dl>
+</li>
+</ul>
+<a name="shift(long[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2394">shift</a>(long[]&nbsp;array,
+         int&nbsp;offset)</pre>
+<div class="block"><p>Shifts the order of the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd></dl>
+</li>
+</ul>
+<a name="shift(int[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2408">shift</a>(int[]&nbsp;array,
+         int&nbsp;offset)</pre>
+<div class="block"><p>Shifts the order of the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd></dl>
+</li>
+</ul>
+<a name="shift(short[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2422">shift</a>(short[]&nbsp;array,
+         int&nbsp;offset)</pre>
+<div class="block"><p>Shifts the order of the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd></dl>
+</li>
+</ul>
+<a name="shift(char[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2436">shift</a>(char[]&nbsp;array,
+         int&nbsp;offset)</pre>
+<div class="block"><p>Shifts the order of the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd></dl>
+</li>
+</ul>
+<a name="shift(byte[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2450">shift</a>(byte[]&nbsp;array,
+         int&nbsp;offset)</pre>
+<div class="block"><p>Shifts the order of the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd></dl>
+</li>
+</ul>
+<a name="shift(double[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2464">shift</a>(double[]&nbsp;array,
+         int&nbsp;offset)</pre>
+<div class="block"><p>Shifts the order of the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd></dl>
+</li>
+</ul>
+<a name="shift(float[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2478">shift</a>(float[]&nbsp;array,
+         int&nbsp;offset)</pre>
+<div class="block"><p>Shifts the order of the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd></dl>
+</li>
+</ul>
+<a name="shift(boolean[], int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2492">shift</a>(boolean[]&nbsp;array,
+         int&nbsp;offset)</pre>
+<div class="block"><p>Shifts the order of the given array.</p>
+
+ <p>This method does nothing for a <code>null</code> input array.</p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd></dl>
+</li>
+</ul>
+<a name="shift(boolean[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2518">shift</a>(boolean[]&nbsp;array,
+         int&nbsp;startIndexInclusive,
+         int&nbsp;endIndexExclusive,
+         int&nbsp;offset)</pre>
+<div class="block"><p>
+ Shifts the order of the given array in the given range.
+ </p>
+ 
+ <p>
+ This method does nothing for a <code>null</code> input array.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>startIndexInclusive</code> - the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in no
+            change.</dd><dd><code>endIndexExclusive</code> - elements up to endIndex-1 are shiftd in the array. Undervalue (&lt; start index) results in no
+            change. Overvalue (&gt;array.length) is demoted to array length.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.2</dd></dl>
+</li>
+</ul>
+<a name="shift(byte[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2576">shift</a>(byte[]&nbsp;array,
+         int&nbsp;startIndexInclusive,
+         int&nbsp;endIndexExclusive,
+         int&nbsp;offset)</pre>
+<div class="block"><p>
+ Shifts the order of the given array in the given range.
+ </p>
+ 
+ <p>
+ This method does nothing for a <code>null</code> input array.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>startIndexInclusive</code> - the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in no
+            change.</dd><dd><code>endIndexExclusive</code> - elements up to endIndex-1 are shiftd in the array. Undervalue (&lt; start index) results in no
+            change. Overvalue (&gt;array.length) is demoted to array length.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.2</dd></dl>
+</li>
+</ul>
+<a name="shift(char[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2634">shift</a>(char[]&nbsp;array,
+         int&nbsp;startIndexInclusive,
+         int&nbsp;endIndexExclusive,
+         int&nbsp;offset)</pre>
+<div class="block"><p>
+ Shifts the order of the given array in the given range.
+ </p>
+ 
+ <p>
+ This method does nothing for a <code>null</code> input array.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>startIndexInclusive</code> - the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in no
+            change.</dd><dd><code>endIndexExclusive</code> - elements up to endIndex-1 are shiftd in the array. Undervalue (&lt; start index) results in no
+            change. Overvalue (&gt;array.length) is demoted to array length.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.2</dd></dl>
+</li>
+</ul>
+<a name="shift(double[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2692">shift</a>(double[]&nbsp;array,
+         int&nbsp;startIndexInclusive,
+         int&nbsp;endIndexExclusive,
+         int&nbsp;offset)</pre>
+<div class="block"><p>
+ Shifts the order of the given array in the given range.
+ </p>
+ 
+ <p>
+ This method does nothing for a <code>null</code> input array.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>startIndexInclusive</code> - the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in no
+            change.</dd><dd><code>endIndexExclusive</code> - elements up to endIndex-1 are shiftd in the array. Undervalue (&lt; start index) results in no
+            change. Overvalue (&gt;array.length) is demoted to array length.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.2</dd></dl>
+</li>
+</ul>
+<a name="shift(float[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2750">shift</a>(float[]&nbsp;array,
+         int&nbsp;startIndexInclusive,
+         int&nbsp;endIndexExclusive,
+         int&nbsp;offset)</pre>
+<div class="block"><p>
+ Shifts the order of the given array in the given range.
+ </p>
+ 
+ <p>
+ This method does nothing for a <code>null</code> input array.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>startIndexInclusive</code> - the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in no
+            change.</dd><dd><code>endIndexExclusive</code> - elements up to endIndex-1 are shiftd in the array. Undervalue (&lt; start index) results in no
+            change. Overvalue (&gt;array.length) is demoted to array length.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.2</dd></dl>
+</li>
+</ul>
+<a name="shift(int[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2808">shift</a>(int[]&nbsp;array,
+         int&nbsp;startIndexInclusive,
+         int&nbsp;endIndexExclusive,
+         int&nbsp;offset)</pre>
+<div class="block"><p>
+ Shifts the order of the given array in the given range.
+ </p>
+ 
+ <p>
+ This method does nothing for a <code>null</code> input array.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>startIndexInclusive</code> - the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in no
+            change.</dd><dd><code>endIndexExclusive</code> - elements up to endIndex-1 are shiftd in the array. Undervalue (&lt; start index) results in no
+            change. Overvalue (&gt;array.length) is demoted to array length.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.2</dd></dl>
+</li>
+</ul>
+<a name="shift(long[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2865">shift</a>(long[]&nbsp;array,
+         int&nbsp;startIndexInclusive,
+         int&nbsp;endIndexExclusive,
+         int&nbsp;offset)</pre>
+<div class="block"><p>
+ Shifts the order of the given array in the given range.
+ </p>
+ 
+ <p>
+ This method does nothing for a <code>null</code> input array.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>startIndexInclusive</code> - the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in no
+            change.</dd><dd><code>endIndexExclusive</code> - elements up to endIndex-1 are shiftd in the array. Undervalue (&lt; start index) results in no
+            change. Overvalue (&gt;array.length) is demoted to array length.</dd></dl>
+</li>
+</ul>
+<a name="shift(java.lang.Object[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2922">shift</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+         int&nbsp;startIndexInclusive,
+         int&nbsp;endIndexExclusive,
+         int&nbsp;offset)</pre>
+<div class="block"><p>
+ Shifts the order of the given array in the given range.
+ </p>
+ 
+ <p>
+ This method does nothing for a <code>null</code> input array.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>startIndexInclusive</code> - the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in no
+            change.</dd><dd><code>endIndexExclusive</code> - elements up to endIndex-1 are shiftd in the array. Undervalue (&lt; start index) results in no
+            change. Overvalue (&gt;array.length) is demoted to array length.</dd></dl>
+</li>
+</ul>
+<a name="shift(short[], int, int, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shift</h4>
+<pre>public static&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2980">shift</a>(short[]&nbsp;array,
+         int&nbsp;startIndexInclusive,
+         int&nbsp;endIndexExclusive,
+         int&nbsp;offset)</pre>
+<div class="block"><p>
+ Shifts the order of the given array in the given range.
+ </p>
+ 
+ <p>
+ This method does nothing for a <code>null</code> input array.
+ </p></div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - the array to shift, may be <code>null</code></dd><dd><code>startIndexInclusive</code> - the starting index. Undervalue (&lt;0) is promoted to 0, overvalue (&gt;array.length) results in no
+            change.</dd><dd><code>endIndexExclusive</code> - elements up to endIndex-1 are shiftd in the array. Undervalue (&lt; start index) results in no
+            change. Overvalue (&gt;array.length) is demoted to array length.</dd><dt><span class="strong">Since:</span></dt>
+  <dd>3.2</dd></dl>
+</li>
+</ul>
 <a name="indexOf(java.lang.Object[], java.lang.Object)">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1865">indexOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3034">indexOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;objectToFind)</pre>
 <div class="block"><p>Finds the index of the given object in the array.</p>
 
@@ -3752,7 +4870,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1883">indexOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3052">indexOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;objectToFind,
           int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the index of the given object in the array starting at the given index.</p>
@@ -3772,7 +4890,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1916">lastIndexOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3085">lastIndexOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;objectToFind)</pre>
 <div class="block"><p>Finds the last index of the given object within the array.</p>
 
@@ -3788,7 +4906,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1934">lastIndexOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3103">lastIndexOf</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;objectToFind,
               int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the last index of the given object in the array starting at the given index.</p>
@@ -3808,7 +4926,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1968">contains</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3137">contains</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]&nbsp;array,
                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;objectToFind)</pre>
 <div class="block"><p>Checks if the object is in the given array.</p>
 
@@ -3823,7 +4941,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.1984">indexOf</a>(long[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3153">indexOf</a>(long[]&nbsp;array,
           long&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the index of the given value in the array.</p>
 
@@ -3839,7 +4957,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2002">indexOf</a>(long[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3171">indexOf</a>(long[]&nbsp;array,
           long&nbsp;valueToFind,
           int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the index of the given value in the array starting at the given index.</p>
@@ -3859,7 +4977,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2027">lastIndexOf</a>(long[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3196">lastIndexOf</a>(long[]&nbsp;array,
               long&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the last index of the given value within the array.</p>
 
@@ -3875,7 +4993,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2045">lastIndexOf</a>(long[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3214">lastIndexOf</a>(long[]&nbsp;array,
               long&nbsp;valueToFind,
               int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the last index of the given value in the array starting at the given index.</p>
@@ -3895,7 +5013,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2071">contains</a>(long[]&nbsp;array,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3240">contains</a>(long[]&nbsp;array,
                long&nbsp;valueToFind)</pre>
 <div class="block"><p>Checks if the value is in the given array.</p>
 
@@ -3910,7 +5028,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2087">indexOf</a>(int[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3256">indexOf</a>(int[]&nbsp;array,
           int&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the index of the given value in the array.</p>
 
@@ -3926,7 +5044,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2105">indexOf</a>(int[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3274">indexOf</a>(int[]&nbsp;array,
           int&nbsp;valueToFind,
           int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the index of the given value in the array starting at the given index.</p>
@@ -3946,7 +5064,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2130">lastIndexOf</a>(int[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3299">lastIndexOf</a>(int[]&nbsp;array,
               int&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the last index of the given value within the array.</p>
 
@@ -3962,7 +5080,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2148">lastIndexOf</a>(int[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3317">lastIndexOf</a>(int[]&nbsp;array,
               int&nbsp;valueToFind,
               int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the last index of the given value in the array starting at the given index.</p>
@@ -3982,7 +5100,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2174">contains</a>(int[]&nbsp;array,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3343">contains</a>(int[]&nbsp;array,
                int&nbsp;valueToFind)</pre>
 <div class="block"><p>Checks if the value is in the given array.</p>
 
@@ -3997,7 +5115,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2190">indexOf</a>(short[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3359">indexOf</a>(short[]&nbsp;array,
           short&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the index of the given value in the array.</p>
 
@@ -4013,7 +5131,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2208">indexOf</a>(short[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3377">indexOf</a>(short[]&nbsp;array,
           short&nbsp;valueToFind,
           int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the index of the given value in the array starting at the given index.</p>
@@ -4033,7 +5151,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2233">lastIndexOf</a>(short[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3402">lastIndexOf</a>(short[]&nbsp;array,
               short&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the last index of the given value within the array.</p>
 
@@ -4049,7 +5167,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2251">lastIndexOf</a>(short[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3420">lastIndexOf</a>(short[]&nbsp;array,
               short&nbsp;valueToFind,
               int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the last index of the given value in the array starting at the given index.</p>
@@ -4069,7 +5187,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2277">contains</a>(short[]&nbsp;array,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3446">contains</a>(short[]&nbsp;array,
                short&nbsp;valueToFind)</pre>
 <div class="block"><p>Checks if the value is in the given array.</p>
 
@@ -4084,7 +5202,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2294">indexOf</a>(char[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3463">indexOf</a>(char[]&nbsp;array,
           char&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the index of the given value in the array.</p>
 
@@ -4101,7 +5219,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2313">indexOf</a>(char[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3482">indexOf</a>(char[]&nbsp;array,
           char&nbsp;valueToFind,
           int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the index of the given value in the array starting at the given index.</p>
@@ -4122,7 +5240,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2339">lastIndexOf</a>(char[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3508">lastIndexOf</a>(char[]&nbsp;array,
               char&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the last index of the given value within the array.</p>
 
@@ -4139,7 +5257,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2358">lastIndexOf</a>(char[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3527">lastIndexOf</a>(char[]&nbsp;array,
               char&nbsp;valueToFind,
               int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the last index of the given value in the array starting at the given index.</p>
@@ -4160,7 +5278,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2385">contains</a>(char[]&nbsp;array,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3554">contains</a>(char[]&nbsp;array,
                char&nbsp;valueToFind)</pre>
 <div class="block"><p>Checks if the value is in the given array.</p>
 
@@ -4176,7 +5294,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2401">indexOf</a>(byte[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3570">indexOf</a>(byte[]&nbsp;array,
           byte&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the index of the given value in the array.</p>
 
@@ -4192,7 +5310,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2419">indexOf</a>(byte[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3588">indexOf</a>(byte[]&nbsp;array,
           byte&nbsp;valueToFind,
           int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the index of the given value in the array starting at the given index.</p>
@@ -4212,7 +5330,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2444">lastIndexOf</a>(byte[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3613">lastIndexOf</a>(byte[]&nbsp;array,
               byte&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the last index of the given value within the array.</p>
 
@@ -4228,7 +5346,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2462">lastIndexOf</a>(byte[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3631">lastIndexOf</a>(byte[]&nbsp;array,
               byte&nbsp;valueToFind,
               int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the last index of the given value in the array starting at the given index.</p>
@@ -4248,7 +5366,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2488">contains</a>(byte[]&nbsp;array,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3657">contains</a>(byte[]&nbsp;array,
                byte&nbsp;valueToFind)</pre>
 <div class="block"><p>Checks if the value is in the given array.</p>
 
@@ -4263,7 +5381,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2504">indexOf</a>(double[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3673">indexOf</a>(double[]&nbsp;array,
           double&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the index of the given value in the array.</p>
 
@@ -4279,7 +5397,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2521">indexOf</a>(double[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3690">indexOf</a>(double[]&nbsp;array,
           double&nbsp;valueToFind,
           double&nbsp;tolerance)</pre>
 <div class="block"><p>Finds the index of the given value within a given tolerance in the array.
@@ -4298,7 +5416,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2539">indexOf</a>(double[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3708">indexOf</a>(double[]&nbsp;array,
           double&nbsp;valueToFind,
           int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the index of the given value in the array starting at the given index.</p>
@@ -4318,7 +5436,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2571">indexOf</a>(double[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3740">indexOf</a>(double[]&nbsp;array,
           double&nbsp;valueToFind,
           int&nbsp;startIndex,
           double&nbsp;tolerance)</pre>
@@ -4341,7 +5459,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2598">lastIndexOf</a>(double[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3767">lastIndexOf</a>(double[]&nbsp;array,
               double&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the last index of the given value within the array.</p>
 
@@ -4357,7 +5475,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2615">lastIndexOf</a>(double[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3784">lastIndexOf</a>(double[]&nbsp;array,
               double&nbsp;valueToFind,
               double&nbsp;tolerance)</pre>
 <div class="block"><p>Finds the last index of the given value within a given tolerance in the array.
@@ -4376,7 +5494,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2633">lastIndexOf</a>(double[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3802">lastIndexOf</a>(double[]&nbsp;array,
               double&nbsp;valueToFind,
               int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the last index of the given value in the array starting at the given index.</p>
@@ -4396,7 +5514,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2667">lastIndexOf</a>(double[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3836">lastIndexOf</a>(double[]&nbsp;array,
               double&nbsp;valueToFind,
               int&nbsp;startIndex,
               double&nbsp;tolerance)</pre>
@@ -4419,7 +5537,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2695">contains</a>(double[]&nbsp;array,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3864">contains</a>(double[]&nbsp;array,
                double&nbsp;valueToFind)</pre>
 <div class="block"><p>Checks if the value is in the given array.</p>
 
@@ -4434,7 +5552,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2712">contains</a>(double[]&nbsp;array,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3881">contains</a>(double[]&nbsp;array,
                double&nbsp;valueToFind,
                double&nbsp;tolerance)</pre>
 <div class="block"><p>Checks if a value falling within the given tolerance is in the
@@ -4453,7 +5571,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2728">indexOf</a>(float[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3897">indexOf</a>(float[]&nbsp;array,
           float&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the index of the given value in the array.</p>
 
@@ -4469,7 +5587,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2746">indexOf</a>(float[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3915">indexOf</a>(float[]&nbsp;array,
           float&nbsp;valueToFind,
           int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the index of the given value in the array starting at the given index.</p>
@@ -4489,7 +5607,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2771">lastIndexOf</a>(float[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3940">lastIndexOf</a>(float[]&nbsp;array,
               float&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the last index of the given value within the array.</p>
 
@@ -4505,7 +5623,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2789">lastIndexOf</a>(float[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3958">lastIndexOf</a>(float[]&nbsp;array,
               float&nbsp;valueToFind,
               int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the last index of the given value in the array starting at the given index.</p>
@@ -4525,7 +5643,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>contains</h4>
-<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2815">contains</a>(float[]&nbsp;array,
+<pre>public static&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.3984">contains</a>(float[]&nbsp;array,
                float&nbsp;valueToFind)</pre>
 <div class="block"><p>Checks if the value is in the given array.</p>
 
@@ -4540,7 +5658,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2831">indexOf</a>(boolean[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.4000">indexOf</a>(boolean[]&nbsp;array,
           boolean&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the index of the given value in the array.</p>
 
@@ -4556,7 +5674,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>indexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2850">indexOf</a>(boolean[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.4019">indexOf</a>(boolean[]&nbsp;array,
           boolean&nbsp;valueToFind,
           int&nbsp;startIndex)</pre>
 <div class="block"><p>Finds the index of the given value in the array starting at the given index.</p>
@@ -4577,7 +5695,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2876">lastIndexOf</a>(boolean[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.4045">lastIndexOf</a>(boolean[]&nbsp;array,
               boolean&nbsp;valueToFind)</pre>
 <div class="block"><p>Finds the last index of the given value within the array.</p>
 
@@ -4594,7 +5712,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>lastIndexOf</h4>
-<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.2894">lastIndexOf</a>(boolean[]&nbsp;array,
+<pre>public static&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/lang3/ArrayUtils.html#line.4063">lastIndexOf</a>(boolean[]&nbsp;array,
               boolean&nbsp;valueToFind,
               int&nbsp;startIndex)</pre>

[... 1127 lines stripped ...]