IdentityHashMap.java
9.08 KB
-
IdentityHashMap.java (containsKey): Use getHash. · 0caade1b
* java/util/IdentityHashMap.java (containsKey): Use getHash. (get): Likewise. (put): Likewise. (remove): Likewise. (getHash): New method. (tombstone, emptyslot): Now static final. (put): Correctly determine when to rehash, and correctly rehash. (containsKey, remove): Test against table length with `>='. From-SVN: r45841
Tom Tromey committed