예제 #1
0
 public int hashCode() {
   int h = value.hashCode();
   h = Util.hash(h, charsetName);
   h = Util.hash(h, collation);
   return h;
 }