|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.solr.util.ArraysUtils
public class ArraysUtils
| Constructor Summary | |
|---|---|
ArraysUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
equals(char[] left,
int offsetLeft,
char[] right,
int offsetRight,
int length)
See if two array slices are the same. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArraysUtils()
| Method Detail |
|---|
public static boolean equals(char[] left,
int offsetLeft,
char[] right,
int offsetRight,
int length)
left - The left array to compareoffsetLeft - The offset into the array. Must be positiveright - The right array to compareoffsetRight - the offset into the right array. Must be positivelength - The length of the section of the array to compare
Arrays.equals(char[], char[])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||