test/java/util/IdentityHashMap/ToString.java

Print this page

        

*** 24,36 **** /* * @test * @bug 4973432 * @summary Test that toString on entrySet Iterator/Entry behaves reasonably * @author Josh Bloch - * - * @compile -source 1.5 ToString.java - * @run main ToString */ import java.util.*; --- 24,33 ----