@Bart , , Hashtable. . hash(, :
119 public int getKeyHash() {
120 return key.hashCode();
121 }
, , key - Object:
89 private static class Entry<K, V> extends MapEntry<K, V> {
90 Entry<K, V> next;
, String, hashCode(). Object, hashCode(). ( Object) hashCode().
Object :
33 public int hashCode() {
34 return VMMemoryManager.getIdentityHashCode(this);
35 }
!