|
Knopflerfish OSGi 5.2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.knopflerfish.util.Compare
public class Compare
| Constructor Summary | |
|---|---|
Compare()
|
|
| Method Summary | |
|---|---|
static boolean |
compareByteArrays(byte[] a,
byte[] a2)
Returns true if the two specified arrays of bytes are equal to one another. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Compare()
| Method Detail |
|---|
public static boolean compareByteArrays(byte[] a,
byte[] a2)
a - One array to be tested for equality.a2 - The other array to be tested for equality.
true if the two arrays are equal.
|
Knopflerfish OSGi 5.2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||