< prev index next >

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

Print this page

        

*** 38,48 **** * semantics. * <li> Method names have been improved. * </ul> * * <p>This interface is a member of the ! * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @apiNote * An {@link Enumeration} can be converted into an {@code Iterator} by * using the {@link Enumeration#asIterator} method. --- 38,48 ---- * semantics. * <li> Method names have been improved. * </ul> * * <p>This interface is a member of the ! * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @apiNote * An {@link Enumeration} can be converted into an {@code Iterator} by * using the {@link Enumeration#asIterator} method.
< prev index next >