< prev index next >

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

Print this page

        

*** 138,148 **** * returned by all of this class's collection view methods are * <em><a href="Spliterator.html#binding">late-binding</a></em>, * <em>fail-fast</em>, and additionally report {@link Spliterator#ORDERED}. * * <p>This class is a member of the ! * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @implNote * The spliterators returned by the spliterator method of the collections * returned by all of this class's collection view methods are created from --- 138,148 ---- * returned by all of this class's collection view methods are * <em><a href="Spliterator.html#binding">late-binding</a></em>, * <em>fail-fast</em>, and additionally report {@link Spliterator#ORDERED}. * * <p>This class is a member of the ! * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @implNote * The spliterators returned by the spliterator method of the collections * returned by all of this class's collection view methods are created from
< prev index next >