jdk/src/share/classes/java/util/List.java
changeset 19435 9d7530ff42cb
parent 19074 84a8d23e8f32
child 20477 f7a1f6688508
equal deleted inserted replaced
19434:83132c40a585 19435:9d7530ff42cb
   669      *
   669      *
   670      * @implSpec
   670      * @implSpec
   671      * The default implementation creates a
   671      * The default implementation creates a
   672      * <em><a href="Spliterator.html#binding">late-binding</a></em> spliterator
   672      * <em><a href="Spliterator.html#binding">late-binding</a></em> spliterator
   673      * from the list's {@code Iterator}.  The spliterator inherits the
   673      * from the list's {@code Iterator}.  The spliterator inherits the
   674      * <em>fail-fast</em> properties of the collection's iterator.
   674      * <em>fail-fast</em> properties of the list's iterator.
   675      *
   675      *
   676      * @implNote
   676      * @implNote
   677      * The created {@code Spliterator} additionally reports
   677      * The created {@code Spliterator} additionally reports
   678      * {@link Spliterator#SUBSIZED}.
   678      * {@link Spliterator#SUBSIZED}.
   679      *
   679      *