Interface ByteArrayComparator


public interface ByteArrayComparator
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compare(byte[] left, byte[] right)
    Must return a value
  • Method Details

    • compare

      int compare(byte[] left, byte[] right)
      Must return a value
           less than 0    iff left < right
           equal to 0     iff left = right
           greater than 0 iff left > right