Package com.mchange.util
Interface ByteArrayComparator
-
public interface ByteArrayComparator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(byte[] left, byte[] right)
Must return a value
-