< prev index next >

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

Print this page

        

*** 24,34 **** */ package java.util; import java.io.InvalidObjectException; ! import jdk.internal.misc.SharedSecrets; /** * This class implements the {@code Set} interface, backed by a hash table * (actually a {@code HashMap} instance). It makes no guarantees as to the * iteration order of the set; in particular, it does not guarantee that the --- 24,34 ---- */ package java.util; import java.io.InvalidObjectException; ! import jdk.internal.access.SharedSecrets; /** * This class implements the {@code Set} interface, backed by a hash table * (actually a {@code HashMap} instance). It makes no guarantees as to the * iteration order of the set; in particular, it does not guarantee that the
< prev index next >