hashCode
我应该如何为具有 的类定义一个3 byte[]
?
public class Key implements Comparable<Key> {
private static final long serialVersionUID = 1L;
private byte[] subKey1;
private byte[] subKey2;
private byte[] subKey3;
public int hashCode() {
}
}