< prev index next >

src/java.base/share/classes/java/util/IdentityHashMap.java

Print this page

        

*** 121,131 **** * tables than does using separate arrays.) For many JRE implementations * and operation mixes, this class will yield better performance than * {@link HashMap} (which uses <i>chaining</i> rather than linear-probing). * * <p>This class is a member of the ! * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @see System#identityHashCode(Object) * @see Object#hashCode() * @see Collection --- 121,131 ---- * tables than does using separate arrays.) For many JRE implementations * and operation mixes, this class will yield better performance than * {@link HashMap} (which uses <i>chaining</i> rather than linear-probing). * * <p>This class is a member of the ! * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @see System#identityHashCode(Object) * @see Object#hashCode() * @see Collection
< prev index next >