예제 #1
0
 public int hashCode()
 {
     StdHashFunction hash = new StdHashFunction();
     SafraTreeCandidateMatcher.abstract_hash_code(hash, _key);
     return hash.value();
 }
예제 #2
0
 public override int GetHashCode()
 {
     StdHashFunction hash = new StdHashFunction();
     hashCode(hash);
     int value = hash.value();
     return value;
 }