equal
deleted
inserted
replaced
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}. |