jdk/src/share/classes/java/util/SortedSet.java
changeset 19435 9d7530ff42cb
parent 16929 c984ae5655cb
child 20489 cce02e4a6cbe
equal deleted inserted replaced
19434:83132c40a585 19435:9d7530ff42cb
   236      *
   236      *
   237      * @implSpec
   237      * @implSpec
   238      * The default implementation creates a
   238      * The default implementation creates a
   239      * <em><a href="Spliterator.html#binding">late-binding</a></em> spliterator
   239      * <em><a href="Spliterator.html#binding">late-binding</a></em> spliterator
   240      * from the sorted set's {@code Iterator}.  The spliterator inherits the
   240      * from the sorted set's {@code Iterator}.  The spliterator inherits the
   241      * <em>fail-fast</em> properties of the collection's iterator.  The
   241      * <em>fail-fast</em> properties of the set's iterator.  The
   242      * spliterator's comparator is the same as the sorted set's comparator.
   242      * spliterator's comparator is the same as the sorted set's comparator.
   243      *
   243      *
   244      * @implNote
   244      * @implNote
   245      * The created {@code Spliterator} additionally reports
   245      * The created {@code Spliterator} additionally reports
   246      * {@link Spliterator#SUBSIZED}.
   246      * {@link Spliterator#SUBSIZED}.