|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.util.Arrays
Arrays.java enclosing_type
Constructor Summary | |
Arrays()
|
Method Summary | |
static boolean |
equals(byte[] a,
int ax,
byte[] b,
int bx,
int len)
Compare two byte sequences |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Arrays()
Method Detail |
public static final boolean equals(byte[] a, int ax, byte[] b, int bx, int len)
a
- first byte array.ax
- start offset into first byte array.b
- second byte array.bx
- start offset into second byte array.len
- number of bytes to compare.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |