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() {
}
}