|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ByteArrayComparator
Method Summary | |
---|---|
int |
compare(byte[] left,
byte[] right)
Must return a value |
Method Detail |
---|
int compare(byte[] left, byte[] right)
less than 0 iff left < right equal to 0 iff left = right greater than 0 iff left > right
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |